Html Css Color HEX #CCC871 Deco

📋 copy color: '#CCC871'

red 204 ◦ green 200 ◦ blue 113

#CCC871
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #CCC871

Tints of Deco #CCC871

RGB

 RED value IS 204 (80.08% from 255) = 39.46%

 GREEN value IS 200 (78.52% from 255) = 38.68%

 BLUE value IS 113 (44.53% from 255) = 21.86%

R = 39.46%
G = 38.68%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCC871 (or 0xCCC871) is known color: Deco. HEX triplet: CC, C8 and 71. RGB value is (204,200,113). Sum of RGB (Red+Green+Blue) = 204+200+113=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC871 is #33378E. Grayscale: #BFBFBF. Windows color (decimal): -3356559 or 7456972. OLE color: 7456972.

HSL color Cylindrical-coordinate representation of color #CCC871: hue angle of 57.36º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCC871 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 113 -
CMYK 0 0.02 0.45 0.2
HSL 57.36º 0.47% 0.62% -
HSV(B) 57.36º 0.45% 0.8% -
XYZ 48.54 55.34 23.75 -
YUV 191.28 83.83 137.07 -
System Red Green Blue C M Y K H S L
Decimal 204 200 113 0 0.02 0.45 0.2 57.36 0.47 0.62
Hex CC C8 71 0 2 2D 14 39 2F 3E
Octal 314 310 161 0 2 55 24 71 57 76
Binary 11001100 11001000 1110001 0 10 101101 10100 111001 101111 111110

Color Harmonies of #CCC871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC871

Black with #CCC871

Text Example


Text Example

White with #CCC871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC871; }

 p { color: rgb(204,200,113); }

 H1.HeaderClassName
 {
   color: #CCC871;
 }
 .AnyTagClassName
 {
   color: #CCC871;
 }
</style>

background-color css

<style>
 a { background-color: #CCC871; }

 a { background-color: rgb(204,200,113); }

 div.DivClassName
 {
   background-color: #CCC871;
 }
 .BgClassName
 {
   background-color: #CCC871;
 }
</style>

border-color css

<style>
 span { border-color: #CCC871; }

 span { border-color: rgb(204,200,113); }

 td.TdClassName
 {
   border-color: #CCC871;
 }
 .TagClassName
 {
   border-color: #CCC871;
 }
</style>