Html Css Color HEX #DD9503 Gamboge

📋 copy color: '#DD9503'

red 221 ◦ green 149 ◦ blue 3

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

Shades of Gamboge #DD9503

Tints of Gamboge #DD9503

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.95%

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

R = 59.25%
G = 39.95%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD9503 (or 0xDD9503) is known color: Gamboge. HEX triplet: DD, 95 and 03. RGB value is (221,149,3). Sum of RGB (Red+Green+Blue) = 221+149+3=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9503 is #226AFC. Grayscale: #9A9A9A. Windows color (decimal): -2255613 or 234973. OLE color: 234973.

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

Color convert

RGB 221 149 3 -
CMYK 0 0.33 0.99 0.13
HSL 40.18º 0.97% 0.44% -
HSV(B) 40.18º 0.99% 0.87% -
XYZ 40.58 36.87 5.06 -
YUV 153.88 42.85 175.87 -
System Red Green Blue C M Y K H S L
Decimal 221 149 3 0 0.33 0.99 0.13 40.18 0.97 0.44
Hex DD 95 3 0 21 63 D 28 61 2C
Octal 335 225 3 0 41 143 15 50 141 54
Binary 11011101 10010101 11 0 100001 1100011 1101 101000 1100001 101100

Color Harmonies of #DD9503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9503

Black with #DD9503

Text Example


Text Example

White with #DD9503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9503; }

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

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

background-color css

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

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

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

border-color css

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

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

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