Html Css Color HEX #DBCAA7 Raffia

📋 copy color: '#DBCAA7'

red 219 ◦ green 202 ◦ blue 167

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

Shades of Raffia #DBCAA7

Tints of Raffia #DBCAA7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.35%

 BLUE value IS 167 (65.63% from 255) = 28.4%

R = 37.24%
G = 34.35%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DBCAA7 (or 0xDBCAA7) is known color: Raffia. HEX triplet: DB, CA and A7. RGB value is (219,202,167). Sum of RGB (Red+Green+Blue) = 219+202+167=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 167 (65.62% from 255 or 28.40% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAA7 is #243558. Grayscale: #CBCBCB. Windows color (decimal): -2372953 or 10996443. OLE color: 10996443.

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

Color convert

RGB 219 202 167 -
CMYK 0 0.08 0.24 0.14
HSL 40.38º 0.42% 0.76% -
HSV(B) 40.38º 0.24% 0.86% -
XYZ 57.31 60.09 45.14 -
YUV 203.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 219 202 167 0 0.08 0.24 0.14 40.38 0.42 0.76
Hex DB CA A7 0 8 18 E 28 2A 4C
Octal 333 312 247 0 10 30 16 50 52 114
Binary 11011011 11001010 10100111 0 1000 11000 1110 101000 101010 1001100

Color Harmonies of #DBCAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCAA7

Black with #DBCAA7

Text Example


Text Example

White with #DBCAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCAA7; }

 p { color: rgb(219,202,167); }

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

background-color css

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

 a { background-color: rgb(219,202,167); }

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

border-color css

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

 span { border-color: rgb(219,202,167); }

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