Html Css Color HEX #DEC475 Chenin

📋 copy color: '#DEC475'

red 222 ◦ green 196 ◦ blue 117

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

Shades of Chenin #DEC475

Tints of Chenin #DEC475

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.64%

 BLUE value IS 117 (46.09% from 255) = 21.87%

R = 41.5%
G = 36.64%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DEC475 (or 0xDEC475) is known color: Chenin. HEX triplet: DE, C4 and 75. RGB value is (222,196,117). Sum of RGB (Red+Green+Blue) = 222+196+117=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC475 is #213B8A. Grayscale: #C3C3C3. Windows color (decimal): -2177931 or 7718110. OLE color: 7718110.

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

Color convert

RGB 222 196 117 -
CMYK 0 0.12 0.47 0.13
HSL 45.14º 0.61% 0.66% -
HSV(B) 45.14º 0.47% 0.87% -
XYZ 53.08 56.29 24.9 -
YUV 194.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 222 196 117 0 0.12 0.47 0.13 45.14 0.61 0.66
Hex DE C4 75 0 C 2F D 2D 3D 42
Octal 336 304 165 0 14 57 15 55 75 102
Binary 11011110 11000100 1110101 0 1100 101111 1101 101101 111101 1000010

Color Harmonies of #DEC475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC475

Black with #DEC475

Text Example


Text Example

White with #DEC475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC475; }

 p { color: rgb(222,196,117); }

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

background-color css

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

 a { background-color: rgb(222,196,117); }

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

border-color css

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

 span { border-color: rgb(222,196,117); }

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