Html Css Color HEX #DD9205 Gamboge

📋 copy color: '#DD9205'

red 221 ◦ green 146 ◦ blue 5

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

Shades of Gamboge #DD9205

Tints of Gamboge #DD9205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.25%

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 59.41%
G = 39.25%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD9205 (or 0xDD9205) is known color: Gamboge. HEX triplet: DD, 92 and 05. RGB value is (221,146,5). Sum of RGB (Red+Green+Blue) = 221+146+5=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9205 is #226DFA. Grayscale: #989898. Windows color (decimal): -2256379 or 365277. OLE color: 365277.

HSL color Cylindrical-coordinate representation of color #DD9205: hue angle of 39.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD9205 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 146 5 -
CMYK 0 0.34 0.98 0.13
HSL 39.17º 0.96% 0.44% -
HSV(B) 39.17º 0.98% 0.87% -
XYZ 40.13 35.94 4.97 -
YUV 152.35 44.85 176.96 -
System Red Green Blue C M Y K H S L
Decimal 221 146 5 0 0.34 0.98 0.13 39.17 0.96 0.44
Hex DD 92 5 0 22 62 D 27 60 2C
Octal 335 222 5 0 42 142 15 47 140 54
Binary 11011101 10010010 101 0 100010 1100010 1101 100111 1100000 101100

Color Harmonies of #DD9205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9205

Black with #DD9205

Text Example


Text Example

White with #DD9205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9205; }

 p { color: rgb(221,146,5); }

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

background-color css

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

 a { background-color: rgb(221,146,5); }

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

border-color css

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

 span { border-color: rgb(221,146,5); }

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