Html Css Color HEX #DDC39A Raffia

📋 copy color: '#DDC39A'

red 221 ◦ green 195 ◦ blue 154

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

Shades of Raffia #DDC39A

Tints of Raffia #DDC39A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.02%

R = 38.77%
G = 34.21%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDC39A (or 0xDDC39A) is known color: Raffia. HEX triplet: DD, C3 and 9A. RGB value is (221,195,154). Sum of RGB (Red+Green+Blue) = 221+195+154=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC39A is #223C65. Grayscale: #C6C6C6. Windows color (decimal): -2243686 or 10142685. OLE color: 10142685.

HSL color Cylindrical-coordinate representation of color #DDC39A: hue angle of 36.72º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDC39A is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 195 154 -
CMYK 0 0.12 0.30 0.13
HSL 36.72º 0.5% 0.74% -
HSV(B) 36.72º 0.3% 0.87% -
XYZ 55.17 56.74 38.62 -
YUV 198.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 221 195 154 0 0.12 0.30 0.13 36.72 0.5 0.74
Hex DD C3 9A 0 C 1E D 25 32 4A
Octal 335 303 232 0 14 36 15 45 62 112
Binary 11011101 11000011 10011010 0 1100 11110 1101 100101 110010 1001010

Color Harmonies of #DDC39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC39A

Black with #DDC39A

Text Example


Text Example

White with #DDC39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC39A; }

 p { color: rgb(221,195,154); }

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

background-color css

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

 a { background-color: rgb(221,195,154); }

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

border-color css

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

 span { border-color: rgb(221,195,154); }

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