Html Css Color HEX #CECC75 Deco

📋 copy color: '#CECC75'

red 206 ◦ green 204 ◦ blue 117

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

Shades of Deco #CECC75

Tints of Deco #CECC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.2%

R = 39.09%
G = 38.71%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CECC75 (or 0xCECC75) is known color: Deco. HEX triplet: CE, CC and 75. RGB value is (206,204,117). Sum of RGB (Red+Green+Blue) = 206+204+117=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC75 is #31338A. Grayscale: #C3C3C3. Windows color (decimal): -3224459 or 7720142. OLE color: 7720142.

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

Color convert

RGB 206 204 117 -
CMYK 0 0.01 0.43 0.19
HSL 58.65º 0.48% 0.63% -
HSV(B) 58.65º 0.43% 0.81% -
XYZ 50.26 57.59 25.3 -
YUV 194.68 84.16 136.07 -
System Red Green Blue C M Y K H S L
Decimal 206 204 117 0 0.01 0.43 0.19 58.65 0.48 0.63
Hex CE CC 75 0 1 2B 13 3B 30 3F
Octal 316 314 165 0 1 53 23 73 60 77
Binary 11001110 11001100 1110101 0 1 101011 10011 111011 110000 111111

Color Harmonies of #CECC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC75

Black with #CECC75

Text Example


Text Example

White with #CECC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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