Html Css Color HEX #CEC974 Deco

📋 copy color: '#CEC974'

red 206 ◦ green 201 ◦ blue 116

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

Shades of Deco #CEC974

Tints of Deco #CEC974

RGB

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

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

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

R = 39.39%
G = 38.43%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEC974 (or 0xCEC974) is known color: Deco. HEX triplet: CE, C9 and 74. RGB value is (206,201,116). Sum of RGB (Red+Green+Blue) = 206+201+116=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC974 is #31368B. Grayscale: #C1C1C1. Windows color (decimal): -3225228 or 7653838. OLE color: 7653838.

HSL color Cylindrical-coordinate representation of color #CEC974: hue angle of 56.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 #CEC974 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 201 116 -
CMYK 0 0.02 0.44 0.19
HSL 56.67º 0.48% 0.63% -
HSV(B) 56.67º 0.44% 0.81% -
XYZ 49.49 56.16 24.75 -
YUV 192.81 84.66 137.41 -
System Red Green Blue C M Y K H S L
Decimal 206 201 116 0 0.02 0.44 0.19 56.67 0.48 0.63
Hex CE C9 74 0 2 2C 13 39 30 3F
Octal 316 311 164 0 2 54 23 71 60 77
Binary 11001110 11001001 1110100 0 10 101100 10011 111001 110000 111111

Color Harmonies of #CEC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC974

Black with #CEC974

Text Example


Text Example

White with #CEC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC974; }

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

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

background-color css

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

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

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

border-color css

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

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

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