Html Css Color HEX #DC9102 Gamboge

📋 copy color: '#DC9102'

red 220 ◦ green 145 ◦ blue 2

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

Shades of Gamboge #DC9102

Tints of Gamboge #DC9102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.51%

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

R = 59.95%
G = 39.51%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC9102 (or 0xDC9102) is known color: Gamboge. HEX triplet: DC, 91 and 02. RGB value is (220,145,2). Sum of RGB (Red+Green+Blue) = 220+145+2=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9102 is #236EFD. Grayscale: #979797. Windows color (decimal): -2322174 or 168412. OLE color: 168412.

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

Color convert

RGB 220 145 2 -
CMYK 0 0.34 0.99 0.14
HSL 39.36º 0.98% 0.44% -
HSV(B) 39.36º 0.99% 0.86% -
XYZ 39.65 35.47 4.81 -
YUV 151.12 43.85 177.13 -
System Red Green Blue C M Y K H S L
Decimal 220 145 2 0 0.34 0.99 0.14 39.36 0.98 0.44
Hex DC 91 2 0 22 63 E 27 62 2C
Octal 334 221 2 0 42 143 16 47 142 54
Binary 11011100 10010001 10 0 100010 1100011 1110 100111 1100010 101100

Color Harmonies of #DC9102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9102

Black with #DC9102

Text Example


Text Example

White with #DC9102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9102; }

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

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

background-color css

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

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

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

border-color css

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

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

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