Html Css Color HEX #DFCBA4 Raffia

📋 copy color: '#DFCBA4'

red 223 ◦ green 203 ◦ blue 164

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

Shades of Raffia #DFCBA4

Tints of Raffia #DFCBA4

RGB

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

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

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

R = 37.8%
G = 34.41%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DFCBA4 (or 0xDFCBA4) is known color: Raffia. HEX triplet: DF, CB and A4. RGB value is (223,203,164). Sum of RGB (Red+Green+Blue) = 223+203+164=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCBA4 is #20345B. Grayscale: #CCCCCC. Windows color (decimal): -2110556 or 10800095. OLE color: 10800095.

HSL color Cylindrical-coordinate representation of color #DFCBA4: hue angle of 39.66º 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 #DFCBA4 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 203 164 -
CMYK 0 0.09 0.26 0.13
HSL 39.66º 0.48% 0.76% -
HSV(B) 39.66º 0.26% 0.87% -
XYZ 58.49 61.08 43.83 -
YUV 204.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 223 203 164 0 0.09 0.26 0.13 39.66 0.48 0.76
Hex DF CB A4 0 9 1A D 28 30 4C
Octal 337 313 244 0 11 32 15 50 60 114
Binary 11011111 11001011 10100100 0 1001 11010 1101 101000 110000 1001100

Color Harmonies of #DFCBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBA4

Black with #DFCBA4

Text Example


Text Example

White with #DFCBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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