Html Css Color HEX #CCC974 Deco

📋 copy color: '#CCC974'

red 204 ◦ green 201 ◦ blue 116

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

Shades of Deco #CCC974

Tints of Deco #CCC974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.26%

R = 39.16%
G = 38.58%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCC974 (or 0xCCC974) is known color: Deco. HEX triplet: CC, C9 and 74. RGB value is (204,201,116). Sum of RGB (Red+Green+Blue) = 204+201+116=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC974 is #33368B. Grayscale: #C0C0C0. Windows color (decimal): -3356300 or 7653836. OLE color: 7653836.

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

Color convert

RGB 204 201 116 -
CMYK 0 0.01 0.43 0.2
HSL 57.95º 0.46% 0.63% -
HSV(B) 57.95º 0.43% 0.8% -
XYZ 48.94 55.87 24.73 -
YUV 192.21 84.99 136.41 -
System Red Green Blue C M Y K H S L
Decimal 204 201 116 0 0.01 0.43 0.2 57.95 0.46 0.63
Hex CC C9 74 0 1 2B 14 3A 2E 3F
Octal 314 311 164 0 1 53 24 72 56 77
Binary 11001100 11001001 1110100 0 1 101011 10100 111010 101110 111111

Color Harmonies of #CCC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC974

Black with #CCC974

Text Example


Text Example

White with #CCC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC974; }

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

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

background-color css

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

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

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

border-color css

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

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

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