Html Css Color HEX #DFCAAB Raffia

📋 copy color: '#DFCAAB'

red 223 ◦ green 202 ◦ blue 171

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

Shades of Raffia #DFCAAB

Tints of Raffia #DFCAAB

RGB

 RED value IS 223 (87.5% from 255) = 37.42%

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

 BLUE value IS 171 (67.19% from 255) = 28.69%

R = 37.42%
G = 33.89%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DFCAAB (or 0xDFCAAB) is known color: Raffia. HEX triplet: DF, CA and AB. RGB value is (223,202,171). Sum of RGB (Red+Green+Blue) = 223+202+171=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCAAB is #203554. Grayscale: #CCCCCC. Windows color (decimal): -2110805 or 11258591. OLE color: 11258591.

HSL color Cylindrical-coordinate representation of color #DFCAAB: hue angle of 35.77º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFCAAB is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 202 171 -
CMYK 0 0.09 0.23 0.13
HSL 35.77º 0.45% 0.77% -
HSV(B) 35.77º 0.23% 0.87% -
XYZ 58.9 60.87 47.17 -
YUV 204.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 223 202 171 0 0.09 0.23 0.13 35.77 0.45 0.77
Hex DF CA AB 0 9 17 D 24 2D 4D
Octal 337 312 253 0 11 27 15 44 55 115
Binary 11011111 11001010 10101011 0 1001 10111 1101 100100 101101 1001101

Color Harmonies of #DFCAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCAAB

Black with #DFCAAB

Text Example


Text Example

White with #DFCAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCAAB; }

 p { color: rgb(223,202,171); }

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

background-color css

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

 a { background-color: rgb(223,202,171); }

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

border-color css

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

 span { border-color: rgb(223,202,171); }

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