Html Css Color HEX #DB9E0A Gamboge

📋 copy color: '#DB9E0A'

red 219 ◦ green 158 ◦ blue 10

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

Shades of Gamboge #DB9E0A

Tints of Gamboge #DB9E0A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.83%

 BLUE value IS 10 (4.3% from 255) = 2.58%

R = 56.59%
G = 40.83%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB9E0A (or 0xDB9E0A) is known color: Gamboge. HEX triplet: DB, 9E and 0A. RGB value is (219,158,10). Sum of RGB (Red+Green+Blue) = 219+158+10=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9E0A is #2461F5. Grayscale: #A0A0A0. Windows color (decimal): -2384374 or 696027. OLE color: 696027.

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

Color convert

RGB 219 158 10 -
CMYK 0 0.28 0.95 0.14
HSL 42.49º 0.91% 0.45% -
HSV(B) 42.49º 0.95% 0.86% -
XYZ 41.5 39.54 5.73 -
YUV 159.37 43.71 170.53 -
System Red Green Blue C M Y K H S L
Decimal 219 158 10 0 0.28 0.95 0.14 42.49 0.91 0.45
Hex DB 9E A 0 1C 5F E 2A 5B 2D
Octal 333 236 12 0 34 137 16 52 133 55
Binary 11011011 10011110 1010 0 11100 1011111 1110 101010 1011011 101101

Color Harmonies of #DB9E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E0A

Black with #DB9E0A

Text Example


Text Example

White with #DB9E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E0A; }

 p { color: rgb(219,158,10); }

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

background-color css

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

 a { background-color: rgb(219,158,10); }

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

border-color css

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

 span { border-color: rgb(219,158,10); }

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