Html Css Color HEX #DD9805 Gamboge

📋 copy color: '#DD9805'

red 221 ◦ green 152 ◦ blue 5

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

Shades of Gamboge #DD9805

Tints of Gamboge #DD9805

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.21%

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

R = 58.47%
G = 40.21%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD9805 (or 0xDD9805) is known color: Gamboge. HEX triplet: DD, 98 and 05. RGB value is (221,152,5). Sum of RGB (Red+Green+Blue) = 221+152+5=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9805 is #2267FA. Grayscale: #9C9C9C. Windows color (decimal): -2254843 or 366813. OLE color: 366813.

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

Color convert

RGB 221 152 5 -
CMYK 0 0.31 0.98 0.13
HSL 40.83º 0.96% 0.44% -
HSV(B) 40.83º 0.98% 0.87% -
XYZ 41.07 37.84 5.28 -
YUV 155.87 42.86 174.45 -
System Red Green Blue C M Y K H S L
Decimal 221 152 5 0 0.31 0.98 0.13 40.83 0.96 0.44
Hex DD 98 5 0 1F 62 D 29 60 2C
Octal 335 230 5 0 37 142 15 51 140 54
Binary 11011101 10011000 101 0 11111 1100010 1101 101001 1100000 101100

Color Harmonies of #DD9805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9805

Black with #DD9805

Text Example


Text Example

White with #DD9805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9805; }

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

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

background-color css

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

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

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

border-color css

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

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

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