Html Css Color HEX #DEBC74 Chenin

📋 copy color: '#DEBC74'

red 222 ◦ green 188 ◦ blue 116

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

Shades of Chenin #DEBC74

Tints of Chenin #DEBC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.05%

R = 42.21%
G = 35.74%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEBC74 (or 0xDEBC74) is known color: Chenin. HEX triplet: DE, BC and 74. RGB value is (222,188,116). Sum of RGB (Red+Green+Blue) = 222+188+116=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC74 is #21438B. Grayscale: #BEBEBE. Windows color (decimal): -2179980 or 7650526. OLE color: 7650526.

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

Color convert

RGB 222 188 116 -
CMYK 0 0.15 0.48 0.13
HSL 40.75º 0.62% 0.66% -
HSV(B) 40.75º 0.48% 0.87% -
XYZ 51.26 52.76 24 -
YUV 189.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 222 188 116 0 0.15 0.48 0.13 40.75 0.62 0.66
Hex DE BC 74 0 F 30 D 29 3E 42
Octal 336 274 164 0 17 60 15 51 76 102
Binary 11011110 10111100 1110100 0 1111 110000 1101 101001 111110 1000010

Color Harmonies of #DEBC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC74

Black with #DEBC74

Text Example


Text Example

White with #DEBC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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