Html Css Color HEX #CECC74 Deco

📋 copy color: '#CECC74'

red 206 ◦ green 204 ◦ blue 116

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

Shades of Deco #CECC74

Tints of Deco #CECC74

RGB

 RED value IS 206 (80.86% from 255) = 39.16%

 GREEN value IS 204 (80.08% from 255) = 38.78%

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

R = 39.16%
G = 38.78%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CECC74 (or 0xCECC74) is known color: Deco. HEX triplet: CE, CC and 74. RGB value is (206,204,116). Sum of RGB (Red+Green+Blue) = 206+204+116=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC74 is #31338B. Grayscale: #C2C2C2. Windows color (decimal): -3224460 or 7654606. OLE color: 7654606.

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

Color convert

RGB 206 204 116 -
CMYK 0 0.01 0.44 0.19
HSL 58.67º 0.48% 0.63% -
HSV(B) 58.67º 0.44% 0.81% -
XYZ 50.2 57.57 24.99 -
YUV 194.57 83.66 136.16 -
System Red Green Blue C M Y K H S L
Decimal 206 204 116 0 0.01 0.44 0.19 58.67 0.48 0.63
Hex CE CC 74 0 1 2C 13 3B 30 3F
Octal 316 314 164 0 1 54 23 73 60 77
Binary 11001110 11001100 1110100 0 1 101100 10011 111011 110000 111111

Color Harmonies of #CECC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC74

Black with #CECC74

Text Example


Text Example

White with #CECC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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