Html Css Color HEX #DB9A1A Gamboge

📋 copy color: '#DB9A1A'

red 219 ◦ green 154 ◦ blue 26

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

Shades of Gamboge #DB9A1A

Tints of Gamboge #DB9A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.52%

R = 54.89%
G = 38.6%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB9A1A (or 0xDB9A1A) is known color: Gamboge. HEX triplet: DB, 9A and 1A. RGB value is (219,154,26). Sum of RGB (Red+Green+Blue) = 219+154+26=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9A1A is #2465E5. Grayscale: #9F9F9F. Windows color (decimal): -2385382 or 1743579. OLE color: 1743579.

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

Color convert

RGB 219 154 26 -
CMYK 0 0.30 0.88 0.14
HSL 39.79º 0.79% 0.48% -
HSV(B) 39.79º 0.88% 0.86% -
XYZ 40.96 38.25 6.2 -
YUV 158.84 53.03 170.91 -
System Red Green Blue C M Y K H S L
Decimal 219 154 26 0 0.30 0.88 0.14 39.79 0.79 0.48
Hex DB 9A 1A 0 1E 58 E 28 4F 30
Octal 333 232 32 0 36 130 16 50 117 60
Binary 11011011 10011010 11010 0 11110 1011000 1110 101000 1001111 110000

Color Harmonies of #DB9A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A1A

Black with #DB9A1A

Text Example


Text Example

White with #DB9A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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