Html Css Color HEX #DB8D0A Gamboge

📋 copy color: '#DB8D0A'

red 219 ◦ green 141 ◦ blue 10

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

Shades of Gamboge #DB8D0A

Tints of Gamboge #DB8D0A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.11%

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

R = 59.19%
G = 38.11%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB8D0A (or 0xDB8D0A) is known color: Gamboge. HEX triplet: DB, 8D and 0A. RGB value is (219,141,10). Sum of RGB (Red+Green+Blue) = 219+141+10=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8D0A is #2472F5. Grayscale: #959595. Windows color (decimal): -2388726 or 691675. OLE color: 691675.

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

Color convert

RGB 219 141 10 -
CMYK 0 0.36 0.95 0.14
HSL 37.61º 0.91% 0.45% -
HSV(B) 37.61º 0.95% 0.86% -
XYZ 38.79 34.13 4.83 -
YUV 149.39 49.34 177.65 -
System Red Green Blue C M Y K H S L
Decimal 219 141 10 0 0.36 0.95 0.14 37.61 0.91 0.45
Hex DB 8D A 0 24 5F E 26 5B 2D
Octal 333 215 12 0 44 137 16 46 133 55
Binary 11011011 10001101 1010 0 100100 1011111 1110 100110 1011011 101101

Color Harmonies of #DB8D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8D0A

Black with #DB8D0A

Text Example


Text Example

White with #DB8D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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