Html Css Color HEX #CCC973 Deco

📋 copy color: '#CCC973'

red 204 ◦ green 201 ◦ blue 115

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

Shades of Deco #CCC973

Tints of Deco #CCC973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.12%

R = 39.23%
G = 38.65%
B = 22.12%

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

#CCC973 (or 0xCCC973) is known color: Deco. HEX triplet: CC, C9 and 73. RGB value is (204,201,115). Sum of RGB (Red+Green+Blue) = 204+201+115=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC973 is #33368C. Grayscale: #C0C0C0. Windows color (decimal): -3356301 or 7588300. OLE color: 7588300.

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

Color convert

RGB 204 201 115 -
CMYK 0 0.01 0.44 0.2
HSL 57.98º 0.47% 0.63% -
HSV(B) 57.98º 0.44% 0.8% -
XYZ 48.88 55.85 24.42 -
YUV 192.09 84.49 136.49 -
System Red Green Blue C M Y K H S L
Decimal 204 201 115 0 0.01 0.44 0.2 57.98 0.47 0.63
Hex CC C9 73 0 1 2C 14 3A 2F 3F
Octal 314 311 163 0 1 54 24 72 57 77
Binary 11001100 11001001 1110011 0 1 101100 10100 111010 101111 111111

Color Harmonies of #CCC973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC973

Black with #CCC973

Text Example


Text Example

White with #CCC973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC973; }

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

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

background-color css

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

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

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

border-color css

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

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

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