Html Css Color HEX #CEC970 Deco

📋 copy color: '#CEC970'

red 206 ◦ green 201 ◦ blue 112

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

Shades of Deco #CEC970

Tints of Deco #CEC970

RGB

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

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

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

R = 39.69%
G = 38.73%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEC970 (or 0xCEC970) is known color: Deco. HEX triplet: CE, C9 and 70. RGB value is (206,201,112). Sum of RGB (Red+Green+Blue) = 206+201+112=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC970 is #31368F. Grayscale: #C0C0C0. Windows color (decimal): -3225232 or 7391694. OLE color: 7391694.

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

Color convert

RGB 206 201 112 -
CMYK 0 0.02 0.46 0.19
HSL 56.81º 0.49% 0.62% -
HSV(B) 56.81º 0.46% 0.81% -
XYZ 49.26 56.06 23.55 -
YUV 192.35 82.66 137.74 -
System Red Green Blue C M Y K H S L
Decimal 206 201 112 0 0.02 0.46 0.19 56.81 0.49 0.62
Hex CE C9 70 0 2 2E 13 39 31 3E
Octal 316 311 160 0 2 56 23 71 61 76
Binary 11001110 11001001 1110000 0 10 101110 10011 111001 110001 111110

Color Harmonies of #CEC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC970

Black with #CEC970

Text Example


Text Example

White with #CEC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC970; }

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

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

background-color css

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

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

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

border-color css

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

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

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