Html Css Color HEX #DEC378 Chenin

📋 copy color: '#DEC378'

red 222 ◦ green 195 ◦ blue 120

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

Shades of Chenin #DEC378

Tints of Chenin #DEC378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.35%

R = 41.34%
G = 36.31%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DEC378 (or 0xDEC378) is known color: Chenin. HEX triplet: DE, C3 and 78. RGB value is (222,195,120). Sum of RGB (Red+Green+Blue) = 222+195+120=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC378 is #213C87. Grayscale: #C2C2C2. Windows color (decimal): -2178184 or 7914462. OLE color: 7914462.

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

Color convert

RGB 222 195 120 -
CMYK 0 0.12 0.46 0.13
HSL 44.12º 0.61% 0.67% -
HSV(B) 44.12º 0.46% 0.87% -
XYZ 53.03 55.92 25.77 -
YUV 194.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 222 195 120 0 0.12 0.46 0.13 44.12 0.61 0.67
Hex DE C3 78 0 C 2E D 2C 3D 43
Octal 336 303 170 0 14 56 15 54 75 103
Binary 11011110 11000011 1111000 0 1100 101110 1101 101100 111101 1000011

Color Harmonies of #DEC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC378

Black with #DEC378

Text Example


Text Example

White with #DEC378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC378; }

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

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

background-color css

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

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

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

border-color css

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

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

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