Html Css Color HEX #DFC29B Raffia

📋 copy color: '#DFC29B'

red 223 ◦ green 194 ◦ blue 155

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

Shades of Raffia #DFC29B

Tints of Raffia #DFC29B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.92%

 BLUE value IS 155 (60.94% from 255) = 27.1%

R = 38.99%
G = 33.92%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFC29B (or 0xDFC29B) is known color: Raffia. HEX triplet: DF, C2 and 9B. RGB value is (223,194,155). Sum of RGB (Red+Green+Blue) = 223+194+155=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC29B is #203D64. Grayscale: #C6C6C6. Windows color (decimal): -2112869 or 10207967. OLE color: 10207967.

HSL color Cylindrical-coordinate representation of color #DFC29B: hue angle of 34.41º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFC29B is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 194 155 -
CMYK 0 0.13 0.30 0.13
HSL 34.41º 0.52% 0.74% -
HSV(B) 34.41º 0.3% 0.87% -
XYZ 55.64 56.64 39.01 -
YUV 198.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 223 194 155 0 0.13 0.30 0.13 34.41 0.52 0.74
Hex DF C2 9B 0 D 1E D 22 34 4A
Octal 337 302 233 0 15 36 15 42 64 112
Binary 11011111 11000010 10011011 0 1101 11110 1101 100010 110100 1001010

Color Harmonies of #DFC29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC29B

Black with #DFC29B

Text Example


Text Example

White with #DFC29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC29B; }

 p { color: rgb(223,194,155); }

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

background-color css

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

 a { background-color: rgb(223,194,155); }

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

border-color css

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

 span { border-color: rgb(223,194,155); }

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