Html Css Color HEX #DBCAA1 Raffia

📋 copy color: '#DBCAA1'

red 219 ◦ green 202 ◦ blue 161

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

Shades of Raffia #DBCAA1

Tints of Raffia #DBCAA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.66%

R = 37.63%
G = 34.71%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DBCAA1 (or 0xDBCAA1) is known color: Raffia. HEX triplet: DB, CA and A1. RGB value is (219,202,161). Sum of RGB (Red+Green+Blue) = 219+202+161=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAA1 is #24355E. Grayscale: #CACACA. Windows color (decimal): -2372959 or 10603227. OLE color: 10603227.

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

Color convert

RGB 219 202 161 -
CMYK 0 0.08 0.26 0.14
HSL 42.41º 0.45% 0.75% -
HSV(B) 42.41º 0.26% 0.86% -
XYZ 56.77 59.87 42.28 -
YUV 202.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 219 202 161 0 0.08 0.26 0.14 42.41 0.45 0.75
Hex DB CA A1 0 8 1A E 2A 2D 4B
Octal 333 312 241 0 10 32 16 52 55 113
Binary 11011011 11001010 10100001 0 1000 11010 1110 101010 101101 1001011

Color Harmonies of #DBCAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCAA1

Black with #DBCAA1

Text Example


Text Example

White with #DBCAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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