Html Css Color HEX #DC9902 Gamboge

📋 copy color: '#DC9902'

red 220 ◦ green 153 ◦ blue 2

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

Shades of Gamboge #DC9902

Tints of Gamboge #DC9902

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 58.67%
G = 40.8%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC9902 (or 0xDC9902) is known color: Gamboge. HEX triplet: DC, 99 and 02. RGB value is (220,153,2). Sum of RGB (Red+Green+Blue) = 220+153+2=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9902 is #2366FD. Grayscale: #9C9C9C. Windows color (decimal): -2320126 or 170460. OLE color: 170460.

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

Color convert

RGB 220 153 2 -
CMYK 0 0.30 0.99 0.14
HSL 41.56º 0.98% 0.44% -
HSV(B) 41.56º 0.99% 0.86% -
XYZ 40.92 38 5.24 -
YUV 155.82 41.2 173.78 -
System Red Green Blue C M Y K H S L
Decimal 220 153 2 0 0.30 0.99 0.14 41.56 0.98 0.44
Hex DC 99 2 0 1E 63 E 2A 62 2C
Octal 334 231 2 0 36 143 16 52 142 54
Binary 11011100 10011001 10 0 11110 1100011 1110 101010 1100010 101100

Color Harmonies of #DC9902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9902

Black with #DC9902

Text Example


Text Example

White with #DC9902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9902; }

 p { color: rgb(220,153,2); }

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

background-color css

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

 a { background-color: rgb(220,153,2); }

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

border-color css

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

 span { border-color: rgb(220,153,2); }

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