Html Css Color HEX #DC9508 Gamboge

📋 copy color: '#DC9508'

red 220 ◦ green 149 ◦ blue 8

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

Shades of Gamboge #DC9508

Tints of Gamboge #DC9508

RGB

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

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

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

R = 58.36%
G = 39.52%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC9508 (or 0xDC9508) is known color: Gamboge. HEX triplet: DC, 95 and 08. RGB value is (220,149,8). Sum of RGB (Red+Green+Blue) = 220+149+8=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9508 is #236AF7. Grayscale: #9A9A9A. Windows color (decimal): -2321144 or 562652. OLE color: 562652.

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

Color convert

RGB 220 149 8 -
CMYK 0 0.32 0.96 0.14
HSL 39.91º 0.93% 0.45% -
HSV(B) 39.91º 0.96% 0.86% -
XYZ 40.31 36.73 5.19 -
YUV 154.16 45.52 174.96 -
System Red Green Blue C M Y K H S L
Decimal 220 149 8 0 0.32 0.96 0.14 39.91 0.93 0.45
Hex DC 95 8 0 20 60 E 28 5D 2D
Octal 334 225 10 0 40 140 16 50 135 55
Binary 11011100 10010101 1000 0 100000 1100000 1110 101000 1011101 101101

Color Harmonies of #DC9508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9508

Black with #DC9508

Text Example


Text Example

White with #DC9508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9508; }

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

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

background-color css

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

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

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

border-color css

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

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

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