Html Css Color HEX #DDC59C Raffia

📋 copy color: '#DDC59C'

red 221 ◦ green 197 ◦ blue 156

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

Shades of Raffia #DDC59C

Tints of Raffia #DDC59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.18%

R = 38.5%
G = 34.32%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDC59C (or 0xDDC59C) is known color: Raffia. HEX triplet: DD, C5 and 9C. RGB value is (221,197,156). Sum of RGB (Red+Green+Blue) = 221+197+156=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC59C is #223A63. Grayscale: #C7C7C7. Windows color (decimal): -2243172 or 10274269. OLE color: 10274269.

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

Color convert

RGB 221 197 156 -
CMYK 0 0.11 0.29 0.13
HSL 37.85º 0.49% 0.74% -
HSV(B) 37.85º 0.29% 0.87% -
XYZ 55.79 57.7 39.65 -
YUV 199.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 221 197 156 0 0.11 0.29 0.13 37.85 0.49 0.74
Hex DD C5 9C 0 B 1D D 26 31 4A
Octal 335 305 234 0 13 35 15 46 61 112
Binary 11011101 11000101 10011100 0 1011 11101 1101 100110 110001 1001010

Color Harmonies of #DDC59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC59C

Black with #DDC59C

Text Example


Text Example

White with #DDC59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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