Html Css Color HEX #DFCDA2 Raffia

📋 copy color: '#DFCDA2'

red 223 ◦ green 205 ◦ blue 162

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

Shades of Raffia #DFCDA2

Tints of Raffia #DFCDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.46%

R = 37.8%
G = 34.75%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DFCDA2 (or 0xDFCDA2) is known color: Raffia. HEX triplet: DF, CD and A2. RGB value is (223,205,162). Sum of RGB (Red+Green+Blue) = 223+205+162=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCDA2 is #20325D. Grayscale: #CDCDCD. Windows color (decimal): -2110046 or 10669535. OLE color: 10669535.

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

Color convert

RGB 223 205 162 -
CMYK 0 0.08 0.27 0.13
HSL 42.3º 0.49% 0.75% -
HSV(B) 42.3º 0.27% 0.87% -
XYZ 58.78 61.96 43.04 -
YUV 205.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 223 205 162 0 0.08 0.27 0.13 42.3 0.49 0.75
Hex DF CD A2 0 8 1B D 2A 31 4B
Octal 337 315 242 0 10 33 15 52 61 113
Binary 11011111 11001101 10100010 0 1000 11011 1101 101010 110001 1001011

Color Harmonies of #DFCDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCDA2

Black with #DFCDA2

Text Example


Text Example

White with #DFCDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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