Html Css Color HEX #DEC076 Chenin

📋 copy color: '#DEC076'

red 222 ◦ green 192 ◦ blue 118

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

Shades of Chenin #DEC076

Tints of Chenin #DEC076

RGB

 RED value IS 222 (87.11% from 255) = 41.73%

 GREEN value IS 192 (75.39% from 255) = 36.09%

 BLUE value IS 118 (46.48% from 255) = 22.18%

R = 41.73%
G = 36.09%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DEC076 (or 0xDEC076) is known color: Chenin. HEX triplet: DE, C0 and 76. RGB value is (222,192,118). Sum of RGB (Red+Green+Blue) = 222+192+118=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC076 is #213F89. Grayscale: #C0C0C0. Windows color (decimal): -2178954 or 7782622. OLE color: 7782622.

HSL color Cylindrical-coordinate representation of color #DEC076: hue angle of 42.69º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEC076 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 192 118 -
CMYK 0 0.14 0.47 0.13
HSL 42.69º 0.61% 0.67% -
HSV(B) 42.69º 0.47% 0.87% -
XYZ 52.24 54.54 24.91 -
YUV 192.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 222 192 118 0 0.14 0.47 0.13 42.69 0.61 0.67
Hex DE C0 76 0 E 2F D 2B 3D 43
Octal 336 300 166 0 16 57 15 53 75 103
Binary 11011110 11000000 1110110 0 1110 101111 1101 101011 111101 1000011

Color Harmonies of #DEC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC076

Black with #DEC076

Text Example


Text Example

White with #DEC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC076; }

 p { color: rgb(222,192,118); }

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

background-color css

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

 a { background-color: rgb(222,192,118); }

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

border-color css

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

 span { border-color: rgb(222,192,118); }

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