Html Css Color HEX #DFCDA4 Raffia

📋 copy color: '#DFCDA4'

red 223 ◦ green 205 ◦ blue 164

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

Shades of Raffia #DFCDA4

Tints of Raffia #DFCDA4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.63%

 BLUE value IS 164 (64.45% from 255) = 27.7%

R = 37.67%
G = 34.63%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DFCDA4 (or 0xDFCDA4) is known color: Raffia. HEX triplet: DF, CD and A4. RGB value is (223,205,164). Sum of RGB (Red+Green+Blue) = 223+205+164=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCDA4 is #20325B. Grayscale: #CDCDCD. Windows color (decimal): -2110044 or 10800607. OLE color: 10800607.

HSL color Cylindrical-coordinate representation of color #DFCDA4: hue angle of 41.69º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFCDA4 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 205 164 -
CMYK 0 0.08 0.26 0.13
HSL 41.69º 0.48% 0.76% -
HSV(B) 41.69º 0.26% 0.87% -
XYZ 58.96 62.03 43.99 -
YUV 205.71 104.46 140.33 -
System Red Green Blue C M Y K H S L
Decimal 223 205 164 0 0.08 0.26 0.13 41.69 0.48 0.76
Hex DF CD A4 0 8 1A D 2A 30 4C
Octal 337 315 244 0 10 32 15 52 60 114
Binary 11011111 11001101 10100100 0 1000 11010 1101 101010 110000 1001100

Color Harmonies of #DFCDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCDA4

Black with #DFCDA4

Text Example


Text Example

White with #DFCDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCDA4; }

 p { color: rgb(223,205,164); }

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

background-color css

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

 a { background-color: rgb(223,205,164); }

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

border-color css

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

 span { border-color: rgb(223,205,164); }

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