Html Css Color HEX #DB9A14 Gamboge

📋 copy color: '#DB9A14'

red 219 ◦ green 154 ◦ blue 20

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

Shades of Gamboge #DB9A14

Tints of Gamboge #DB9A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.09%

R = 55.73%
G = 39.19%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB9A14 (or 0xDB9A14) is known color: Gamboge. HEX triplet: DB, 9A and 14. RGB value is (219,154,20). Sum of RGB (Red+Green+Blue) = 219+154+20=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9A14 is #2465EB. Grayscale: #9E9E9E. Windows color (decimal): -2385388 or 1350363. OLE color: 1350363.

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

Color convert

RGB 219 154 20 -
CMYK 0 0.30 0.91 0.14
HSL 40.4º 0.83% 0.47% -
HSV(B) 40.4º 0.91% 0.86% -
XYZ 40.9 38.22 5.88 -
YUV 158.16 50.03 171.4 -
System Red Green Blue C M Y K H S L
Decimal 219 154 20 0 0.30 0.91 0.14 40.4 0.83 0.47
Hex DB 9A 14 0 1E 5B E 28 53 2F
Octal 333 232 24 0 36 133 16 50 123 57
Binary 11011011 10011010 10100 0 11110 1011011 1110 101000 1010011 101111

Color Harmonies of #DB9A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A14

Black with #DB9A14

Text Example


Text Example

White with #DB9A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A14; }

 p { color: rgb(219,154,20); }

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

background-color css

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

 a { background-color: rgb(219,154,20); }

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

border-color css

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

 span { border-color: rgb(219,154,20); }

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