Html Css Color HEX #CCC972 Deco

📋 copy color: '#CCC972'

red 204 ◦ green 201 ◦ blue 114

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

Shades of Deco #CCC972

Tints of Deco #CCC972

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.73%

 BLUE value IS 114 (44.92% from 255) = 21.97%

R = 39.31%
G = 38.73%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCC972 (or 0xCCC972) is known color: Deco. HEX triplet: CC, C9 and 72. RGB value is (204,201,114). Sum of RGB (Red+Green+Blue) = 204+201+114=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC972 is #33368D. Grayscale: #C0C0C0. Windows color (decimal): -3356302 or 7522764. OLE color: 7522764.

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

Color convert

RGB 204 201 114 -
CMYK 0 0.01 0.44 0.2
HSL 58º 0.47% 0.62% -
HSV(B) 58º 0.44% 0.8% -
XYZ 48.83 55.83 24.12 -
YUV 191.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 204 201 114 0 0.01 0.44 0.2 58 0.47 0.62
Hex CC C9 72 0 1 2C 14 3A 2F 3E
Octal 314 311 162 0 1 54 24 72 57 76
Binary 11001100 11001001 1110010 0 1 101100 10100 111010 101111 111110

Color Harmonies of #CCC972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC972

Black with #CCC972

Text Example


Text Example

White with #CCC972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC972; }

 p { color: rgb(204,201,114); }

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

background-color css

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

 a { background-color: rgb(204,201,114); }

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

border-color css

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

 span { border-color: rgb(204,201,114); }

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