Html Css Color HEX #DD9603 Gamboge

📋 copy color: '#DD9603'

red 221 ◦ green 150 ◦ blue 3

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

Shades of Gamboge #DD9603

Tints of Gamboge #DD9603

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.11%

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

R = 59.09%
G = 40.11%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD9603 (or 0xDD9603) is known color: Gamboge. HEX triplet: DD, 96 and 03. RGB value is (221,150,3). Sum of RGB (Red+Green+Blue) = 221+150+3=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9603 is #2269FC. Grayscale: #9B9B9B. Windows color (decimal): -2255357 or 235229. OLE color: 235229.

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

Color convert

RGB 221 150 3 -
CMYK 0 0.32 0.99 0.13
HSL 40.46º 0.97% 0.44% -
HSV(B) 40.46º 0.99% 0.87% -
XYZ 40.74 37.19 5.12 -
YUV 154.47 42.52 175.45 -
System Red Green Blue C M Y K H S L
Decimal 221 150 3 0 0.32 0.99 0.13 40.46 0.97 0.44
Hex DD 96 3 0 20 63 D 28 61 2C
Octal 335 226 3 0 40 143 15 50 141 54
Binary 11011101 10010110 11 0 100000 1100011 1101 101000 1100001 101100

Color Harmonies of #DD9603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9603

Black with #DD9603

Text Example


Text Example

White with #DD9603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9603; }

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

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

background-color css

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

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

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

border-color css

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

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

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