Html Css Color HEX #DB8A0F Gamboge

📋 copy color: '#DB8A0F'

red 219 ◦ green 138 ◦ blue 15

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

Shades of Gamboge #DB8A0F

Tints of Gamboge #DB8A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.03%

R = 58.87%
G = 37.1%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB8A0F (or 0xDB8A0F) is known color: Gamboge. HEX triplet: DB, 8A and 0F. RGB value is (219,138,15). Sum of RGB (Red+Green+Blue) = 219+138+15=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8A0F is #2475F0. Grayscale: #949494. Windows color (decimal): -2389489 or 1018587. OLE color: 1018587.

HSL color Cylindrical-coordinate representation of color #DB8A0F: hue angle of 36.18º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB8A0F is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 138 15 -
CMYK 0 0.37 0.93 0.14
HSL 36.18º 0.87% 0.46% -
HSV(B) 36.18º 0.93% 0.86% -
XYZ 38.39 33.27 4.85 -
YUV 148.2 52.84 178.5 -
System Red Green Blue C M Y K H S L
Decimal 219 138 15 0 0.37 0.93 0.14 36.18 0.87 0.46
Hex DB 8A F 0 25 5D E 24 57 2E
Octal 333 212 17 0 45 135 16 44 127 56
Binary 11011011 10001010 1111 0 100101 1011101 1110 100100 1010111 101110

Color Harmonies of #DB8A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A0F

Black with #DB8A0F

Text Example


Text Example

White with #DB8A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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