Html Css Color HEX #DFCBA5 Raffia

📋 copy color: '#DFCBA5'

red 223 ◦ green 203 ◦ blue 165

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

Shades of Raffia #DFCBA5

Tints of Raffia #DFCBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.92%

R = 37.73%
G = 34.35%
B = 27.92%

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

#DFCBA5 (or 0xDFCBA5) is known color: Raffia. HEX triplet: DF, CB and A5. RGB value is (223,203,165). Sum of RGB (Red+Green+Blue) = 223+203+165=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCBA5 is #20345A. Grayscale: #CCCCCC. Windows color (decimal): -2110555 or 10865631. OLE color: 10865631.

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

Color convert

RGB 223 203 165 -
CMYK 0 0.09 0.26 0.13
HSL 39.31º 0.48% 0.76% -
HSV(B) 39.31º 0.26% 0.87% -
XYZ 58.58 61.12 44.31 -
YUV 204.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 223 203 165 0 0.09 0.26 0.13 39.31 0.48 0.76
Hex DF CB A5 0 9 1A D 27 30 4C
Octal 337 313 245 0 11 32 15 47 60 114
Binary 11011111 11001011 10100101 0 1001 11010 1101 100111 110000 1001100

Color Harmonies of #DFCBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBA5

Black with #DFCBA5

Text Example


Text Example

White with #DFCBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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