Html Css Color HEX #DEBF9D Raffia

📋 copy color: '#DEBF9D'

red 222 ◦ green 191 ◦ blue 157

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

Shades of Raffia #DEBF9D

Tints of Raffia #DEBF9D

RGB

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

 GREEN value IS 191 (75% from 255) = 33.51%

 BLUE value IS 157 (61.72% from 255) = 27.54%

R = 38.95%
G = 33.51%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DEBF9D (or 0xDEBF9D) is known color: Raffia. HEX triplet: DE, BF and 9D. RGB value is (222,191,157). Sum of RGB (Red+Green+Blue) = 222+191+157=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBF9D is #214062. Grayscale: #C4C4C4. Windows color (decimal): -2179171 or 10338270. OLE color: 10338270.

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

Color convert

RGB 222 191 157 -
CMYK 0 0.14 0.29 0.13
HSL 31.38º 0.5% 0.74% -
HSV(B) 31.38º 0.29% 0.87% -
XYZ 54.84 55.23 39.67 -
YUV 196.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 222 191 157 0 0.14 0.29 0.13 31.38 0.5 0.74
Hex DE BF 9D 0 E 1D D 1F 32 4A
Octal 336 277 235 0 16 35 15 37 62 112
Binary 11011110 10111111 10011101 0 1110 11101 1101 11111 110010 1001010

Color Harmonies of #DEBF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBF9D

Black with #DEBF9D

Text Example


Text Example

White with #DEBF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBF9D; }

 p { color: rgb(222,191,157); }

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

background-color css

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

 a { background-color: rgb(222,191,157); }

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

border-color css

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

 span { border-color: rgb(222,191,157); }

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