Html Css Color HEX #DEBD75 Chenin

📋 copy color: '#DEBD75'

red 222 ◦ green 189 ◦ blue 117

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

Shades of Chenin #DEBD75

Tints of Chenin #DEBD75

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.8%

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

R = 42.05%
G = 35.8%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DEBD75 (or 0xDEBD75) is known color: Chenin. HEX triplet: DE, BD and 75. RGB value is (222,189,117). Sum of RGB (Red+Green+Blue) = 222+189+117=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBD75 is #21428A. Grayscale: #BEBEBE. Windows color (decimal): -2179723 or 7716318. OLE color: 7716318.

HSL color Cylindrical-coordinate representation of color #DEBD75: hue angle of 41.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 #DEBD75 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 189 117 -
CMYK 0 0.15 0.47 0.13
HSL 41.14º 0.61% 0.66% -
HSV(B) 41.14º 0.47% 0.87% -
XYZ 51.53 53.21 24.38 -
YUV 190.66 86.43 150.35 -
System Red Green Blue C M Y K H S L
Decimal 222 189 117 0 0.15 0.47 0.13 41.14 0.61 0.66
Hex DE BD 75 0 F 2F D 29 3D 42
Octal 336 275 165 0 17 57 15 51 75 102
Binary 11011110 10111101 1110101 0 1111 101111 1101 101001 111101 1000010

Color Harmonies of #DEBD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBD75

Black with #DEBD75

Text Example


Text Example

White with #DEBD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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