Html Css Color HEX #DC9402 Gamboge

📋 copy color: '#DC9402'

red 220 ◦ green 148 ◦ blue 2

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

Shades of Gamboge #DC9402

Tints of Gamboge #DC9402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

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

R = 59.46%
G = 40%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC9402 (or 0xDC9402) is known color: Gamboge. HEX triplet: DC, 94 and 02. RGB value is (220,148,2). Sum of RGB (Red+Green+Blue) = 220+148+2=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9402 is #236BFD. Grayscale: #999999. Windows color (decimal): -2321406 or 169180. OLE color: 169180.

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

Color convert

RGB 220 148 2 -
CMYK 0 0.33 0.99 0.14
HSL 40.18º 0.98% 0.44% -
HSV(B) 40.18º 0.99% 0.86% -
XYZ 40.12 36.4 4.97 -
YUV 152.88 42.85 175.87 -
System Red Green Blue C M Y K H S L
Decimal 220 148 2 0 0.33 0.99 0.14 40.18 0.98 0.44
Hex DC 94 2 0 21 63 E 28 62 2C
Octal 334 224 2 0 41 143 16 50 142 54
Binary 11011100 10010100 10 0 100001 1100011 1110 101000 1100010 101100

Color Harmonies of #DC9402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9402

Black with #DC9402

Text Example


Text Example

White with #DC9402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9402; }

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

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

background-color css

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

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

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

border-color css

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

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

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