Html Css Color HEX #DEC374 Chenin

📋 copy color: '#DEC374'

red 222 ◦ green 195 ◦ blue 116

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

Shades of Chenin #DEC374

Tints of Chenin #DEC374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.59%

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

R = 41.65%
G = 36.59%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEC374 (or 0xDEC374) is known color: Chenin. HEX triplet: DE, C3 and 74. RGB value is (222,195,116). Sum of RGB (Red+Green+Blue) = 222+195+116=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC374 is #213C8B. Grayscale: #C2C2C2. Windows color (decimal): -2178188 or 7652318. OLE color: 7652318.

HSL color Cylindrical-coordinate representation of color #DEC374: hue angle of 44.72º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEC374 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 195 116 -
CMYK 0 0.12 0.48 0.13
HSL 44.72º 0.62% 0.66% -
HSV(B) 44.72º 0.48% 0.87% -
XYZ 52.79 55.82 24.52 -
YUV 194.07 83.95 147.92 -
System Red Green Blue C M Y K H S L
Decimal 222 195 116 0 0.12 0.48 0.13 44.72 0.62 0.66
Hex DE C3 74 0 C 30 D 2D 3E 42
Octal 336 303 164 0 14 60 15 55 76 102
Binary 11011110 11000011 1110100 0 1100 110000 1101 101101 111110 1000010

Color Harmonies of #DEC374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC374

Black with #DEC374

Text Example


Text Example

White with #DEC374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC374; }

 p { color: rgb(222,195,116); }

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

background-color css

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

 a { background-color: rgb(222,195,116); }

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

border-color css

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

 span { border-color: rgb(222,195,116); }

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