Html Css Color HEX #D9C39F Raffia

📋 copy color: '#D9C39F'

red 217 ◦ green 195 ◦ blue 159

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

Shades of Raffia #D9C39F

Tints of Raffia #D9C39F

RGB

 RED value IS 217 (85.16% from 255) = 38%

 GREEN value IS 195 (76.56% from 255) = 34.15%

 BLUE value IS 159 (62.5% from 255) = 27.85%

R = 38%
G = 34.15%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9C39F (or 0xD9C39F) is known color: Raffia. HEX triplet: D9, C3 and 9F. RGB value is (217,195,159). Sum of RGB (Red+Green+Blue) = 217+195+159=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C39F is #263C60. Grayscale: #C5C5C5. Windows color (decimal): -2505825 or 10470361. OLE color: 10470361.

HSL color Cylindrical-coordinate representation of color #D9C39F: hue angle of 37.24º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9C39F is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 195 159 -
CMYK 0 0.10 0.27 0.15
HSL 37.24º 0.43% 0.74% -
HSV(B) 37.24º 0.27% 0.85% -
XYZ 54.39 56.29 40.8 -
YUV 197.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 217 195 159 0 0.10 0.27 0.15 37.24 0.43 0.74
Hex D9 C3 9F 0 A 1B F 25 2B 4A
Octal 331 303 237 0 12 33 17 45 53 112
Binary 11011001 11000011 10011111 0 1010 11011 1111 100101 101011 1001010

Color Harmonies of #D9C39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C39F

Black with #D9C39F

Text Example


Text Example

White with #D9C39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C39F; }

 p { color: rgb(217,195,159); }

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

background-color css

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

 a { background-color: rgb(217,195,159); }

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

border-color css

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

 span { border-color: rgb(217,195,159); }

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