Html Css Color HEX #CEC96E Deco

📋 copy color: '#CEC96E'

red 206 ◦ green 201 ◦ blue 110

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

Shades of Deco #CEC96E

Tints of Deco #CEC96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.28%

R = 39.85%
G = 38.88%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CEC96E (or 0xCEC96E) is known color: Deco. HEX triplet: CE, C9 and 6E. RGB value is (206,201,110). Sum of RGB (Red+Green+Blue) = 206+201+110=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC96E is #313691. Grayscale: #C0C0C0. Windows color (decimal): -3225234 or 7260622. OLE color: 7260622.

HSL color Cylindrical-coordinate representation of color #CEC96E: hue angle of 56.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEC96E is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 201 110 -
CMYK 0 0.02 0.47 0.19
HSL 56.88º 0.49% 0.62% -
HSV(B) 56.88º 0.47% 0.81% -
XYZ 49.15 56.02 22.97 -
YUV 192.12 81.66 137.9 -
System Red Green Blue C M Y K H S L
Decimal 206 201 110 0 0.02 0.47 0.19 56.88 0.49 0.62
Hex CE C9 6E 0 2 2F 13 39 31 3E
Octal 316 311 156 0 2 57 23 71 61 76
Binary 11001110 11001001 1101110 0 10 101111 10011 111001 110001 111110

Color Harmonies of #CEC96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC96E

Black with #CEC96E

Text Example


Text Example

White with #CEC96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC96E; }

 p { color: rgb(206,201,110); }

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

background-color css

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

 a { background-color: rgb(206,201,110); }

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

border-color css

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

 span { border-color: rgb(206,201,110); }

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