Html Css Color HEX #DACBA7 Raffia

📋 copy color: '#DACBA7'

red 218 ◦ green 203 ◦ blue 167

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

Shades of Raffia #DACBA7

Tints of Raffia #DACBA7

RGB

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

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

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

R = 37.07%
G = 34.52%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DACBA7 (or 0xDACBA7) is known color: Raffia. HEX triplet: DA, CB and A7. RGB value is (218,203,167). Sum of RGB (Red+Green+Blue) = 218+203+167=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 167 (65.62% from 255 or 28.40% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACBA7 is #253458. Grayscale: #CBCBCB. Windows color (decimal): -2438233 or 10996698. OLE color: 10996698.

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

Color convert

RGB 218 203 167 -
CMYK 0 0.07 0.23 0.15
HSL 42.35º 0.41% 0.75% -
HSV(B) 42.35º 0.23% 0.85% -
XYZ 57.24 60.41 45.2 -
YUV 203.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 218 203 167 0 0.07 0.23 0.15 42.35 0.41 0.75
Hex DA CB A7 0 7 17 F 2A 29 4B
Octal 332 313 247 0 7 27 17 52 51 113
Binary 11011010 11001011 10100111 0 111 10111 1111 101010 101001 1001011

Color Harmonies of #DACBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACBA7

Black with #DACBA7

Text Example


Text Example

White with #DACBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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