Html Css Color HEX #DD9003 Gamboge

📋 copy color: '#DD9003'

red 221 ◦ green 144 ◦ blue 3

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

Shades of Gamboge #DD9003

Tints of Gamboge #DD9003

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.13%

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

R = 60.05%
G = 39.13%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD9003 (or 0xDD9003) is known color: Gamboge. HEX triplet: DD, 90 and 03. RGB value is (221,144,3). Sum of RGB (Red+Green+Blue) = 221+144+3=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9003 is #226FFC. Grayscale: #979797. Windows color (decimal): -2256893 or 233693. OLE color: 233693.

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

Color convert

RGB 221 144 3 -
CMYK 0 0.35 0.99 0.13
HSL 38.81º 0.97% 0.44% -
HSV(B) 38.81º 0.99% 0.87% -
XYZ 39.81 35.33 4.81 -
YUV 150.95 44.51 177.96 -
System Red Green Blue C M Y K H S L
Decimal 221 144 3 0 0.35 0.99 0.13 38.81 0.97 0.44
Hex DD 90 3 0 23 63 D 27 61 2C
Octal 335 220 3 0 43 143 15 47 141 54
Binary 11011101 10010000 11 0 100011 1100011 1101 100111 1100001 101100

Color Harmonies of #DD9003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9003

Black with #DD9003

Text Example


Text Example

White with #DD9003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9003; }

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

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

background-color css

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

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

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

border-color css

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

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

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