Html Css Color HEX #DC9108 Gamboge

📋 copy color: '#DC9108'

red 220 ◦ green 145 ◦ blue 8

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

Shades of Gamboge #DC9108

Tints of Gamboge #DC9108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 58.98%
G = 38.87%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC9108 (or 0xDC9108) is known color: Gamboge. HEX triplet: DC, 91 and 08. RGB value is (220,145,8). Sum of RGB (Red+Green+Blue) = 220+145+8=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9108 is #236EF7. Grayscale: #989898. Windows color (decimal): -2322168 or 561628. OLE color: 561628.

HSL color Cylindrical-coordinate representation of color #DC9108: hue angle of 38.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC9108 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 145 8 -
CMYK 0 0.34 0.96 0.14
HSL 38.77º 0.93% 0.45% -
HSV(B) 38.77º 0.96% 0.86% -
XYZ 39.68 35.48 4.99 -
YUV 151.81 46.85 176.64 -
System Red Green Blue C M Y K H S L
Decimal 220 145 8 0 0.34 0.96 0.14 38.77 0.93 0.45
Hex DC 91 8 0 22 60 E 27 5D 2D
Octal 334 221 10 0 42 140 16 47 135 55
Binary 11011100 10010001 1000 0 100010 1100000 1110 100111 1011101 101101

Color Harmonies of #DC9108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9108

Black with #DC9108

Text Example


Text Example

White with #DC9108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9108; }

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

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

background-color css

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

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

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

border-color css

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

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

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