Html Css Color HEX #DC9A0E Gamboge

📋 copy color: '#DC9A0E'

red 220 ◦ green 154 ◦ blue 14

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

Shades of Gamboge #DC9A0E

Tints of Gamboge #DC9A0E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.69%

 BLUE value IS 14 (5.86% from 255) = 3.61%

R = 56.7%
G = 39.69%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC9A0E (or 0xDC9A0E) is known color: Gamboge. HEX triplet: DC, 9A and 0E. RGB value is (220,154,14). Sum of RGB (Red+Green+Blue) = 220+154+14=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9A0E is #2365F1. Grayscale: #9E9E9E. Windows color (decimal): -2319858 or 957148. OLE color: 957148.

HSL color Cylindrical-coordinate representation of color #DC9A0E: hue angle of 40.78º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC9A0E is Cyan = 0, Magento = 0.3, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 154 14 -
CMYK 0 0.3 0.94 0.14
HSL 40.78º 0.88% 0.46% -
HSV(B) 40.78º 0.94% 0.86% -
XYZ 41.15 38.36 5.65 -
YUV 157.77 46.87 172.38 -
System Red Green Blue C M Y K H S L
Decimal 220 154 14 0 0.3 0.94 0.14 40.78 0.88 0.46
Hex DC 9A E 0 1E 5E E 29 58 2E
Octal 334 232 16 0 36 136 16 51 130 56
Binary 11011100 10011010 1110 0 11110 1011110 1110 101001 1011000 101110

Color Harmonies of #DC9A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A0E

Black with #DC9A0E

Text Example


Text Example

White with #DC9A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A0E; }

 p { color: rgb(220,154,14); }

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

background-color css

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

 a { background-color: rgb(220,154,14); }

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

border-color css

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

 span { border-color: rgb(220,154,14); }

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