Html Css Color HEX #DD9803 Gamboge

📋 copy color: '#DD9803'

red 221 ◦ green 152 ◦ blue 3

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

Shades of Gamboge #DD9803

Tints of Gamboge #DD9803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 58.78%
G = 40.43%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD9803 (or 0xDD9803) is known color: Gamboge. HEX triplet: DD, 98 and 03. RGB value is (221,152,3). Sum of RGB (Red+Green+Blue) = 221+152+3=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9803 is #2267FC. Grayscale: #9C9C9C. Windows color (decimal): -2254845 or 235741. OLE color: 235741.

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

Color convert

RGB 221 152 3 -
CMYK 0 0.31 0.99 0.13
HSL 41.01º 0.97% 0.44% -
HSV(B) 41.01º 0.99% 0.87% -
XYZ 41.06 37.84 5.22 -
YUV 155.65 41.86 174.62 -
System Red Green Blue C M Y K H S L
Decimal 221 152 3 0 0.31 0.99 0.13 41.01 0.97 0.44
Hex DD 98 3 0 1F 63 D 29 61 2C
Octal 335 230 3 0 37 143 15 51 141 54
Binary 11011101 10011000 11 0 11111 1100011 1101 101001 1100001 101100

Color Harmonies of #DD9803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9803

Black with #DD9803

Text Example


Text Example

White with #DD9803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9803; }

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

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

background-color css

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

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

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

border-color css

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

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

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