Html Css Color HEX #DEBC6F Chenin

📋 copy color: '#DEBC6F'

red 222 ◦ green 188 ◦ blue 111

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

Shades of Chenin #DEBC6F

Tints of Chenin #DEBC6F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.08%

 BLUE value IS 111 (43.75% from 255) = 21.31%

R = 42.61%
G = 36.08%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DEBC6F (or 0xDEBC6F) is known color: Chenin. HEX triplet: DE, BC and 6F. RGB value is (222,188,111). Sum of RGB (Red+Green+Blue) = 222+188+111=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC6F is #214390. Grayscale: #BDBDBD. Windows color (decimal): -2179985 or 7322846. OLE color: 7322846.

HSL color Cylindrical-coordinate representation of color #DEBC6F: hue angle of 41.62º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEBC6F is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 188 111 -
CMYK 0 0.15 0.5 0.13
HSL 41.62º 0.63% 0.65% -
HSV(B) 41.62º 0.5% 0.87% -
XYZ 50.98 52.64 22.51 -
YUV 189.39 83.76 151.26 -
System Red Green Blue C M Y K H S L
Decimal 222 188 111 0 0.15 0.5 0.13 41.62 0.63 0.65
Hex DE BC 6F 0 F 32 D 2A 3F 41
Octal 336 274 157 0 17 62 15 52 77 101
Binary 11011110 10111100 1101111 0 1111 110010 1101 101010 111111 1000001

Color Harmonies of #DEBC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC6F

Black with #DEBC6F

Text Example


Text Example

White with #DEBC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC6F; }

 p { color: rgb(222,188,111); }

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

background-color css

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

 a { background-color: rgb(222,188,111); }

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

border-color css

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

 span { border-color: rgb(222,188,111); }

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