Html Css Color HEX #DBCBA3 Raffia

📋 copy color: '#DBCBA3'

red 219 ◦ green 203 ◦ blue 163

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

Shades of Raffia #DBCBA3

Tints of Raffia #DBCBA3

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.7%

 BLUE value IS 163 (64.06% from 255) = 27.86%

R = 37.44%
G = 34.7%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DBCBA3 (or 0xDBCBA3) is known color: Raffia. HEX triplet: DB, CB and A3. RGB value is (219,203,163). Sum of RGB (Red+Green+Blue) = 219+203+163=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 163 (64.06% from 255 or 27.86% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBA3 is #24345C. Grayscale: #CBCBCB. Windows color (decimal): -2372701 or 10734555. OLE color: 10734555.

HSL color Cylindrical-coordinate representation of color #DBCBA3: hue angle of 42.86º degrees, saturation: 0.44, 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 #DBCBA3 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 203 163 -
CMYK 0 0.07 0.26 0.14
HSL 42.86º 0.44% 0.75% -
HSV(B) 42.86º 0.26% 0.86% -
XYZ 57.18 60.42 43.3 -
YUV 203.22 105.3 139.25 -
System Red Green Blue C M Y K H S L
Decimal 219 203 163 0 0.07 0.26 0.14 42.86 0.44 0.75
Hex DB CB A3 0 7 1A E 2B 2C 4B
Octal 333 313 243 0 7 32 16 53 54 113
Binary 11011011 11001011 10100011 0 111 11010 1110 101011 101100 1001011

Color Harmonies of #DBCBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCBA3

Black with #DBCBA3

Text Example


Text Example

White with #DBCBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCBA3; }

 p { color: rgb(219,203,163); }

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

background-color css

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

 a { background-color: rgb(219,203,163); }

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

border-color css

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

 span { border-color: rgb(219,203,163); }

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