Html Css Color HEX #DC9003 Gamboge

📋 copy color: '#DC9003'

red 220 ◦ green 144 ◦ blue 3

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

Shades of Gamboge #DC9003

Tints of Gamboge #DC9003

RGB

 RED value IS 220 (86.33% from 255) = 59.95%

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

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

R = 59.95%
G = 39.24%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC9003 (or 0xDC9003) is known color: Gamboge. HEX triplet: DC, 90 and 03. RGB value is (220,144,3). Sum of RGB (Red+Green+Blue) = 220+144+3=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9003 is #236FFC. Grayscale: #979797. Windows color (decimal): -2322429 or 233692. OLE color: 233692.

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

Color convert

RGB 220 144 3 -
CMYK 0 0.35 0.99 0.14
HSL 38.99º 0.97% 0.44% -
HSV(B) 38.99º 0.99% 0.86% -
XYZ 39.5 35.17 4.79 -
YUV 150.65 44.68 177.46 -
System Red Green Blue C M Y K H S L
Decimal 220 144 3 0 0.35 0.99 0.14 38.99 0.97 0.44
Hex DC 90 3 0 23 63 E 27 61 2C
Octal 334 220 3 0 43 143 16 47 141 54
Binary 11011100 10010000 11 0 100011 1100011 1110 100111 1100001 101100

Color Harmonies of #DC9003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9003

Black with #DC9003

Text Example


Text Example

White with #DC9003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9003; }

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

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

background-color css

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

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

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

border-color css

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

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

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