Html Css Color HEX #D9C392 Raffia

📋 copy color: '#D9C392'

red 217 ◦ green 195 ◦ blue 146

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

Shades of Raffia #D9C392

Tints of Raffia #D9C392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.16%

R = 38.89%
G = 34.95%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D9C392 (or 0xD9C392) is known color: Raffia. HEX triplet: D9, C3 and 92. RGB value is (217,195,146). Sum of RGB (Red+Green+Blue) = 217+195+146=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C392 is #263C6D. Grayscale: #C4C4C4. Windows color (decimal): -2505838 or 9618393. OLE color: 9618393.

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

Color convert

RGB 217 195 146 -
CMYK 0 0.10 0.33 0.15
HSL 41.41º 0.48% 0.71% -
HSV(B) 41.41º 0.33% 0.85% -
XYZ 53.32 55.86 35.17 -
YUV 195.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 217 195 146 0 0.10 0.33 0.15 41.41 0.48 0.71
Hex D9 C3 92 0 A 21 F 29 30 47
Octal 331 303 222 0 12 41 17 51 60 107
Binary 11011001 11000011 10010010 0 1010 100001 1111 101001 110000 1000111

Color Harmonies of #D9C392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C392

Black with #D9C392

Text Example


Text Example

White with #D9C392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C392; }

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

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

background-color css

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

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

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

border-color css

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

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

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