Html Css Color HEX #DFC99B Raffia

📋 copy color: '#DFC99B'

red 223 ◦ green 201 ◦ blue 155

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

Shades of Raffia #DFC99B

Tints of Raffia #DFC99B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.72%

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

R = 38.51%
G = 34.72%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFC99B (or 0xDFC99B) is known color: Raffia. HEX triplet: DF, C9 and 9B. RGB value is (223,201,155). Sum of RGB (Red+Green+Blue) = 223+201+155=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC99B is #203664. Grayscale: #CACACA. Windows color (decimal): -2111077 or 10209759. OLE color: 10209759.

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

Color convert

RGB 223 201 155 -
CMYK 0 0.10 0.30 0.13
HSL 40.59º 0.52% 0.74% -
HSV(B) 40.59º 0.3% 0.87% -
XYZ 57.23 59.83 39.54 -
YUV 202.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 223 201 155 0 0.10 0.30 0.13 40.59 0.52 0.74
Hex DF C9 9B 0 A 1E D 29 34 4A
Octal 337 311 233 0 12 36 15 51 64 112
Binary 11011111 11001001 10011011 0 1010 11110 1101 101001 110100 1001010

Color Harmonies of #DFC99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC99B

Black with #DFC99B

Text Example


Text Example

White with #DFC99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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