Html Css Color HEX #DDC59F Raffia

📋 copy color: '#DDC59F'

red 221 ◦ green 197 ◦ blue 159

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

Shades of Raffia #DDC59F

Tints of Raffia #DDC59F

RGB

 RED value IS 221 (86.72% from 255) = 38.3%

 GREEN value IS 197 (77.34% from 255) = 34.14%

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

R = 38.3%
G = 34.14%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDC59F (or 0xDDC59F) is known color: Raffia. HEX triplet: DD, C5 and 9F. RGB value is (221,197,159). Sum of RGB (Red+Green+Blue) = 221+197+159=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC59F is #223A60. Grayscale: #C8C8C8. Windows color (decimal): -2243169 or 10470877. OLE color: 10470877.

HSL color Cylindrical-coordinate representation of color #DDC59F: hue angle of 36.77º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDC59F is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 159 -
CMYK 0 0.11 0.28 0.13
HSL 36.77º 0.48% 0.75% -
HSV(B) 36.77º 0.28% 0.87% -
XYZ 56.04 57.81 41.01 -
YUV 199.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 221 197 159 0 0.11 0.28 0.13 36.77 0.48 0.75
Hex DD C5 9F 0 B 1C D 25 30 4B
Octal 335 305 237 0 13 34 15 45 60 113
Binary 11011101 11000101 10011111 0 1011 11100 1101 100101 110000 1001011

Color Harmonies of #DDC59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC59F

Black with #DDC59F

Text Example


Text Example

White with #DDC59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC59F; }

 p { color: rgb(221,197,159); }

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

background-color css

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

 a { background-color: rgb(221,197,159); }

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

border-color css

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

 span { border-color: rgb(221,197,159); }

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