Html Css Color HEX #DBC9AB Raffia

📋 copy color: '#DBC9AB'

red 219 ◦ green 201 ◦ blue 171

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

Shades of Raffia #DBC9AB

Tints of Raffia #DBC9AB

RGB

 RED value IS 219 (85.94% from 255) = 37.06%

 GREEN value IS 201 (78.91% from 255) = 34.01%

 BLUE value IS 171 (67.19% from 255) = 28.93%

R = 37.06%
G = 34.01%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBC9AB (or 0xDBC9AB) is known color: Raffia. HEX triplet: DB, C9 and AB. RGB value is (219,201,171). Sum of RGB (Red+Green+Blue) = 219+201+171=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC9AB is #243654. Grayscale: #CBCBCB. Windows color (decimal): -2373205 or 11258331. OLE color: 11258331.

HSL color Cylindrical-coordinate representation of color #DBC9AB: hue angle of 37.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBC9AB is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 201 171 -
CMYK 0 0.08 0.22 0.14
HSL 37.5º 0.4% 0.76% -
HSV(B) 37.5º 0.22% 0.86% -
XYZ 57.45 59.77 47.04 -
YUV 202.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 219 201 171 0 0.08 0.22 0.14 37.5 0.4 0.76
Hex DB C9 AB 0 8 16 E 26 28 4C
Octal 333 311 253 0 10 26 16 46 50 114
Binary 11011011 11001001 10101011 0 1000 10110 1110 100110 101000 1001100

Color Harmonies of #DBC9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC9AB

Black with #DBC9AB

Text Example


Text Example

White with #DBC9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC9AB; }

 p { color: rgb(219,201,171); }

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

background-color css

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

 a { background-color: rgb(219,201,171); }

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

border-color css

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

 span { border-color: rgb(219,201,171); }

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