Html Css Color HEX #DEBC75 Chenin

📋 copy color: '#DEBC75'

red 222 ◦ green 188 ◦ blue 117

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

Shades of Chenin #DEBC75

Tints of Chenin #DEBC75

RGB

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

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

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

R = 42.13%
G = 35.67%
B = 22.2%

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

#DEBC75 (or 0xDEBC75) is known color: Chenin. HEX triplet: DE, BC and 75. RGB value is (222,188,117). Sum of RGB (Red+Green+Blue) = 222+188+117=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC75 is #21438A. Grayscale: #BEBEBE. Windows color (decimal): -2179979 or 7716062. OLE color: 7716062.

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

Color convert

RGB 222 188 117 -
CMYK 0 0.15 0.47 0.13
HSL 40.57º 0.61% 0.66% -
HSV(B) 40.57º 0.47% 0.87% -
XYZ 51.32 52.78 24.31 -
YUV 190.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 222 188 117 0 0.15 0.47 0.13 40.57 0.61 0.66
Hex DE BC 75 0 F 2F D 29 3D 42
Octal 336 274 165 0 17 57 15 51 75 102
Binary 11011110 10111100 1110101 0 1111 101111 1101 101001 111101 1000010

Color Harmonies of #DEBC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC75

Black with #DEBC75

Text Example


Text Example

White with #DEBC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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