Html Css Color HEX #DC9302 Gamboge

📋 copy color: '#DC9302'

red 220 ◦ green 147 ◦ blue 2

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

Shades of Gamboge #DC9302

Tints of Gamboge #DC9302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.84%

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

R = 59.62%
G = 39.84%
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

#DC9302 (or 0xDC9302) is known color: Gamboge. HEX triplet: DC, 93 and 02. RGB value is (220,147,2). Sum of RGB (Red+Green+Blue) = 220+147+2=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9302 is #236CFD. Grayscale: #989898. Windows color (decimal): -2321662 or 168924. OLE color: 168924.

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

Color convert

RGB 220 147 2 -
CMYK 0 0.33 0.99 0.14
HSL 39.91º 0.98% 0.44% -
HSV(B) 39.91º 0.99% 0.86% -
XYZ 39.96 36.09 4.92 -
YUV 152.3 43.18 176.29 -
System Red Green Blue C M Y K H S L
Decimal 220 147 2 0 0.33 0.99 0.14 39.91 0.98 0.44
Hex DC 93 2 0 21 63 E 28 62 2C
Octal 334 223 2 0 41 143 16 50 142 54
Binary 11011100 10010011 10 0 100001 1100011 1110 101000 1100010 101100

Color Harmonies of #DC9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9302

Black with #DC9302

Text Example


Text Example

White with #DC9302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9302; }

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

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

background-color css

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

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

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

border-color css

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

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

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