Html Css Color HEX #DB8E0A Gamboge

📋 copy color: '#DB8E0A'

red 219 ◦ green 142 ◦ blue 10

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

Shades of Gamboge #DB8E0A

Tints of Gamboge #DB8E0A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.27%

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

R = 59.03%
G = 38.27%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB8E0A (or 0xDB8E0A) is known color: Gamboge. HEX triplet: DB, 8E and 0A. RGB value is (219,142,10). Sum of RGB (Red+Green+Blue) = 219+142+10=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8E0A is #2471F5. Grayscale: #969696. Windows color (decimal): -2388470 or 691931. OLE color: 691931.

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

Color convert

RGB 219 142 10 -
CMYK 0 0.35 0.95 0.14
HSL 37.89º 0.91% 0.45% -
HSV(B) 37.89º 0.95% 0.86% -
XYZ 38.94 34.43 4.88 -
YUV 149.98 49.01 177.23 -
System Red Green Blue C M Y K H S L
Decimal 219 142 10 0 0.35 0.95 0.14 37.89 0.91 0.45
Hex DB 8E A 0 23 5F E 26 5B 2D
Octal 333 216 12 0 43 137 16 46 133 55
Binary 11011011 10001110 1010 0 100011 1011111 1110 100110 1011011 101101

Color Harmonies of #DB8E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8E0A

Black with #DB8E0A

Text Example


Text Example

White with #DB8E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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