Html Css Color HEX #DC9A03 Gamboge

📋 copy color: '#DC9A03'

red 220 ◦ green 154 ◦ blue 3

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

Shades of Gamboge #DC9A03

Tints of Gamboge #DC9A03

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

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

R = 58.36%
G = 40.85%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC9A03 (or 0xDC9A03) is known color: Gamboge. HEX triplet: DC, 9A and 03. RGB value is (220,154,3). Sum of RGB (Red+Green+Blue) = 220+154+3=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9A03 is #2365FC. Grayscale: #9D9D9D. Windows color (decimal): -2319869 or 236252. OLE color: 236252.

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

Color convert

RGB 220 154 3 -
CMYK 0 0.3 0.99 0.14
HSL 41.75º 0.97% 0.44% -
HSV(B) 41.75º 0.99% 0.86% -
XYZ 41.09 38.33 5.32 -
YUV 156.52 41.37 173.28 -
System Red Green Blue C M Y K H S L
Decimal 220 154 3 0 0.3 0.99 0.14 41.75 0.97 0.44
Hex DC 9A 3 0 1E 63 E 2A 61 2C
Octal 334 232 3 0 36 143 16 52 141 54
Binary 11011100 10011010 11 0 11110 1100011 1110 101010 1100001 101100

Color Harmonies of #DC9A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A03

Black with #DC9A03

Text Example


Text Example

White with #DC9A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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