Html Css Color HEX #DDC89F Raffia

📋 copy color: '#DDC89F'

red 221 ◦ green 200 ◦ blue 159

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

Shades of Raffia #DDC89F

Tints of Raffia #DDC89F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.48%

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

R = 38.1%
G = 34.48%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDC89F (or 0xDDC89F) is known color: Raffia. HEX triplet: DD, C8 and 9F. RGB value is (221,200,159). Sum of RGB (Red+Green+Blue) = 221+200+159=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC89F is #223760. Grayscale: #C9C9C9. Windows color (decimal): -2242401 or 10471645. OLE color: 10471645.

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

Color convert

RGB 221 200 159 -
CMYK 0 0.10 0.28 0.13
HSL 39.68º 0.48% 0.75% -
HSV(B) 39.68º 0.28% 0.87% -
XYZ 56.73 59.18 41.23 -
YUV 201.61 103.96 141.83 -
System Red Green Blue C M Y K H S L
Decimal 221 200 159 0 0.10 0.28 0.13 39.68 0.48 0.75
Hex DD C8 9F 0 A 1C D 28 30 4B
Octal 335 310 237 0 12 34 15 50 60 113
Binary 11011101 11001000 10011111 0 1010 11100 1101 101000 110000 1001011

Color Harmonies of #DDC89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC89F

Black with #DDC89F

Text Example


Text Example

White with #DDC89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC89F; }

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

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

background-color css

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

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

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

border-color css

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

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

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