Html Css Color HEX #DB8A0A Gamboge

📋 copy color: '#DB8A0A'

red 219 ◦ green 138 ◦ blue 10

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

Shades of Gamboge #DB8A0A

Tints of Gamboge #DB8A0A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.6%

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

R = 59.67%
G = 37.6%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB8A0A (or 0xDB8A0A) is known color: Gamboge. HEX triplet: DB, 8A and 0A. RGB value is (219,138,10). Sum of RGB (Red+Green+Blue) = 219+138+10=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8A0A is #2475F5. Grayscale: #949494. Windows color (decimal): -2389494 or 690907. OLE color: 690907.

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

Color convert

RGB 219 138 10 -
CMYK 0 0.37 0.95 0.14
HSL 36.75º 0.91% 0.45% -
HSV(B) 36.75º 0.95% 0.86% -
XYZ 38.36 33.26 4.69 -
YUV 147.63 50.34 178.91 -
System Red Green Blue C M Y K H S L
Decimal 219 138 10 0 0.37 0.95 0.14 36.75 0.91 0.45
Hex DB 8A A 0 25 5F E 25 5B 2D
Octal 333 212 12 0 45 137 16 45 133 55
Binary 11011011 10001010 1010 0 100101 1011111 1110 100101 1011011 101101

Color Harmonies of #DB8A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A0A

Black with #DB8A0A

Text Example


Text Example

White with #DB8A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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