Html Css Color HEX #DC9502 Gamboge

📋 copy color: '#DC9502'

red 220 ◦ green 149 ◦ blue 2

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

Shades of Gamboge #DC9502

Tints of Gamboge #DC9502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.16%

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

R = 59.3%
G = 40.16%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC9502 (or 0xDC9502) is known color: Gamboge. HEX triplet: DC, 95 and 02. RGB value is (220,149,2). Sum of RGB (Red+Green+Blue) = 220+149+2=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9502 is #236AFD. Grayscale: #9A9A9A. Windows color (decimal): -2321150 or 169436. OLE color: 169436.

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

Color convert

RGB 220 149 2 -
CMYK 0 0.32 0.99 0.14
HSL 40.46º 0.98% 0.44% -
HSV(B) 40.46º 0.99% 0.86% -
XYZ 40.27 36.71 5.02 -
YUV 153.47 42.52 175.45 -
System Red Green Blue C M Y K H S L
Decimal 220 149 2 0 0.32 0.99 0.14 40.46 0.98 0.44
Hex DC 95 2 0 20 63 E 28 62 2C
Octal 334 225 2 0 40 143 16 50 142 54
Binary 11011100 10010101 10 0 100000 1100011 1110 101000 1100010 101100

Color Harmonies of #DC9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9502

Black with #DC9502

Text Example


Text Example

White with #DC9502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9502; }

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

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

background-color css

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

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

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

border-color css

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

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

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