Html Css Color HEX #DB9F0A Gamboge

📋 copy color: '#DB9F0A'

red 219 ◦ green 159 ◦ blue 10

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

Shades of Gamboge #DB9F0A

Tints of Gamboge #DB9F0A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.98%

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

R = 56.44%
G = 40.98%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB9F0A (or 0xDB9F0A) is known color: Gamboge. HEX triplet: DB, 9F and 0A. RGB value is (219,159,10). Sum of RGB (Red+Green+Blue) = 219+159+10=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9F0A is #2460F5. Grayscale: #A0A0A0. Windows color (decimal): -2384118 or 696283. OLE color: 696283.

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

Color convert

RGB 219 159 10 -
CMYK 0 0.27 0.95 0.14
HSL 42.78º 0.91% 0.45% -
HSV(B) 42.78º 0.95% 0.86% -
XYZ 41.67 39.88 5.79 -
YUV 159.95 43.38 170.12 -
System Red Green Blue C M Y K H S L
Decimal 219 159 10 0 0.27 0.95 0.14 42.78 0.91 0.45
Hex DB 9F A 0 1B 5F E 2B 5B 2D
Octal 333 237 12 0 33 137 16 53 133 55
Binary 11011011 10011111 1010 0 11011 1011111 1110 101011 1011011 101101

Color Harmonies of #DB9F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F0A

Black with #DB9F0A

Text Example


Text Example

White with #DB9F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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