Html Css Color HEX #CCC970 Deco

📋 copy color: '#CCC970'

red 204 ◦ green 201 ◦ blue 112

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

Shades of Deco #CCC970

Tints of Deco #CCC970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.66%

R = 39.46%
G = 38.88%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCC970 (or 0xCCC970) is known color: Deco. HEX triplet: CC, C9 and 70. RGB value is (204,201,112). Sum of RGB (Red+Green+Blue) = 204+201+112=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC970 is #33368F. Grayscale: #C0C0C0. Windows color (decimal): -3356304 or 7391692. OLE color: 7391692.

HSL color Cylindrical-coordinate representation of color #CCC970: hue angle of 58.04º 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 #CCC970 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 112 -
CMYK 0 0.01 0.45 0.2
HSL 58.04º 0.47% 0.62% -
HSV(B) 58.04º 0.45% 0.8% -
XYZ 48.71 55.78 23.53 -
YUV 191.75 82.99 136.74 -
System Red Green Blue C M Y K H S L
Decimal 204 201 112 0 0.01 0.45 0.2 58.04 0.47 0.62
Hex CC C9 70 0 1 2D 14 3A 2F 3E
Octal 314 311 160 0 1 55 24 72 57 76
Binary 11001100 11001001 1110000 0 1 101101 10100 111010 101111 111110

Color Harmonies of #CCC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC970

Black with #CCC970

Text Example


Text Example

White with #CCC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC970; }

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

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

background-color css

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

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

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

border-color css

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

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

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