Html Css Color HEX #D9C3A4 Raffia

📋 copy color: '#D9C3A4'

red 217 ◦ green 195 ◦ blue 164

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

Shades of Raffia #D9C3A4

Tints of Raffia #D9C3A4

RGB

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

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

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

R = 37.67%
G = 33.85%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D9C3A4 (or 0xD9C3A4) is known color: Raffia. HEX triplet: D9, C3 and A4. RGB value is (217,195,164). Sum of RGB (Red+Green+Blue) = 217+195+164=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C3A4 is #263C5B. Grayscale: #C6C6C6. Windows color (decimal): -2505820 or 10798041. OLE color: 10798041.

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

Color convert

RGB 217 195 164 -
CMYK 0 0.10 0.24 0.15
HSL 35.09º 0.41% 0.75% -
HSV(B) 35.09º 0.24% 0.85% -
XYZ 54.83 56.46 43.13 -
YUV 198.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 217 195 164 0 0.10 0.24 0.15 35.09 0.41 0.75
Hex D9 C3 A4 0 A 18 F 23 29 4B
Octal 331 303 244 0 12 30 17 43 51 113
Binary 11011001 11000011 10100100 0 1010 11000 1111 100011 101001 1001011

Color Harmonies of #D9C3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C3A4

Black with #D9C3A4

Text Example


Text Example

White with #D9C3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C3A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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