Html Css Color HEX #DFCCA8 Raffia

📋 copy color: '#DFCCA8'

red 223 ◦ green 204 ◦ blue 168

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

Shades of Raffia #DFCCA8

Tints of Raffia #DFCCA8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.29%

 BLUE value IS 168 (66.02% from 255) = 28.24%

R = 37.48%
G = 34.29%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DFCCA8 (or 0xDFCCA8) is known color: Raffia. HEX triplet: DF, CC and A8. RGB value is (223,204,168). Sum of RGB (Red+Green+Blue) = 223+204+168=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCCA8 is #203357. Grayscale: #CDCDCD. Windows color (decimal): -2110296 or 11062495. OLE color: 11062495.

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

Color convert

RGB 223 204 168 -
CMYK 0 0.09 0.25 0.13
HSL 39.27º 0.46% 0.77% -
HSV(B) 39.27º 0.25% 0.87% -
XYZ 59.09 61.7 45.84 -
YUV 205.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 223 204 168 0 0.09 0.25 0.13 39.27 0.46 0.77
Hex DF CC A8 0 9 19 D 27 2E 4D
Octal 337 314 250 0 11 31 15 47 56 115
Binary 11011111 11001100 10101000 0 1001 11001 1101 100111 101110 1001101

Color Harmonies of #DFCCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCA8

Black with #DFCCA8

Text Example


Text Example

White with #DFCCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCA8; }

 p { color: rgb(223,204,168); }

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

background-color css

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

 a { background-color: rgb(223,204,168); }

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

border-color css

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

 span { border-color: rgb(223,204,168); }

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