Html Css Color HEX #DACBA5 Raffia

📋 copy color: '#DACBA5'

red 218 ◦ green 203 ◦ blue 165

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

Shades of Raffia #DACBA5

Tints of Raffia #DACBA5

RGB

 RED value IS 218 (85.55% from 255) = 37.2%

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

 BLUE value IS 165 (64.84% from 255) = 28.16%

R = 37.2%
G = 34.64%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DACBA5 (or 0xDACBA5) is known color: Raffia. HEX triplet: DA, CB and A5. RGB value is (218,203,165). Sum of RGB (Red+Green+Blue) = 218+203+165=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACBA5 is #25345A. Grayscale: #CBCBCB. Windows color (decimal): -2438235 or 10865626. OLE color: 10865626.

HSL color Cylindrical-coordinate representation of color #DACBA5: hue angle of 43.02º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DACBA5 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 203 165 -
CMYK 0 0.07 0.24 0.15
HSL 43.02º 0.42% 0.75% -
HSV(B) 43.02º 0.24% 0.85% -
XYZ 57.06 60.33 44.24 -
YUV 203.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 218 203 165 0 0.07 0.24 0.15 43.02 0.42 0.75
Hex DA CB A5 0 7 18 F 2B 2A 4B
Octal 332 313 245 0 7 30 17 53 52 113
Binary 11011010 11001011 10100101 0 111 11000 1111 101011 101010 1001011

Color Harmonies of #DACBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACBA5

Black with #DACBA5

Text Example


Text Example

White with #DACBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACBA5; }

 p { color: rgb(218,203,165); }

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

background-color css

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

 a { background-color: rgb(218,203,165); }

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

border-color css

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

 span { border-color: rgb(218,203,165); }

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