Html Css Color HEX #DC9408 Gamboge

📋 copy color: '#DC9408'

red 220 ◦ green 148 ◦ blue 8

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

Shades of Gamboge #DC9408

Tints of Gamboge #DC9408

RGB

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

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

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

R = 58.51%
G = 39.36%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC9408 (or 0xDC9408) is known color: Gamboge. HEX triplet: DC, 94 and 08. RGB value is (220,148,8). Sum of RGB (Red+Green+Blue) = 220+148+8=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9408 is #236BF7. Grayscale: #9A9A9A. Windows color (decimal): -2321400 or 562396. OLE color: 562396.

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

Color convert

RGB 220 148 8 -
CMYK 0 0.33 0.96 0.14
HSL 39.62º 0.93% 0.45% -
HSV(B) 39.62º 0.96% 0.86% -
XYZ 40.15 36.41 5.14 -
YUV 153.57 45.85 175.38 -
System Red Green Blue C M Y K H S L
Decimal 220 148 8 0 0.33 0.96 0.14 39.62 0.93 0.45
Hex DC 94 8 0 21 60 E 28 5D 2D
Octal 334 224 10 0 41 140 16 50 135 55
Binary 11011100 10010100 1000 0 100001 1100000 1110 101000 1011101 101101

Color Harmonies of #DC9408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9408

Black with #DC9408

Text Example


Text Example

White with #DC9408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9408; }

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

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

background-color css

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

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

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

border-color css

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

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

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