Html Css Color HEX #DB9C0E Gamboge

📋 copy color: '#DB9C0E'

red 219 ◦ green 156 ◦ blue 14

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

Shades of Gamboge #DB9C0E

Tints of Gamboge #DB9C0E

RGB

 RED value IS 219 (85.94% from 255) = 56.3%

 GREEN value IS 156 (61.33% from 255) = 40.1%

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

R = 56.3%
G = 40.1%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB9C0E (or 0xDB9C0E) is known color: Gamboge. HEX triplet: DB, 9C and 0E. RGB value is (219,156,14). Sum of RGB (Red+Green+Blue) = 219+156+14=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9C0E is #2463F1. Grayscale: #9F9F9F. Windows color (decimal): -2384882 or 957659. OLE color: 957659.

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

Color convert

RGB 219 156 14 -
CMYK 0 0.29 0.94 0.14
HSL 41.56º 0.88% 0.46% -
HSV(B) 41.56º 0.94% 0.86% -
XYZ 41.18 38.87 5.75 -
YUV 158.65 46.37 171.05 -
System Red Green Blue C M Y K H S L
Decimal 219 156 14 0 0.29 0.94 0.14 41.56 0.88 0.46
Hex DB 9C E 0 1D 5E E 2A 58 2E
Octal 333 234 16 0 35 136 16 52 130 56
Binary 11011011 10011100 1110 0 11101 1011110 1110 101010 1011000 101110

Color Harmonies of #DB9C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C0E

Black with #DB9C0E

Text Example


Text Example

White with #DB9C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C0E; }

 p { color: rgb(219,156,14); }

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

background-color css

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

 a { background-color: rgb(219,156,14); }

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

border-color css

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

 span { border-color: rgb(219,156,14); }

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