Html Css Color HEX #DB9815 Gamboge

📋 copy color: '#DB9815'

red 219 ◦ green 152 ◦ blue 21

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

Shades of Gamboge #DB9815

Tints of Gamboge #DB9815

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.78%

 BLUE value IS 21 (8.59% from 255) = 5.36%

R = 55.87%
G = 38.78%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB9815 (or 0xDB9815) is known color: Gamboge. HEX triplet: DB, 98 and 15. RGB value is (219,152,21). Sum of RGB (Red+Green+Blue) = 219+152+21=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9815 is #2467EA. Grayscale: #9D9D9D. Windows color (decimal): -2385899 or 1415387. OLE color: 1415387.

HSL color Cylindrical-coordinate representation of color #DB9815: hue angle of 39.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB9815 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 152 21 -
CMYK 0 0.31 0.90 0.14
HSL 39.7º 0.83% 0.47% -
HSV(B) 39.7º 0.9% 0.86% -
XYZ 40.58 37.57 5.82 -
YUV 157.1 51.2 172.15 -
System Red Green Blue C M Y K H S L
Decimal 219 152 21 0 0.31 0.90 0.14 39.7 0.83 0.47
Hex DB 98 15 0 1F 5A E 28 52 2F
Octal 333 230 25 0 37 132 16 50 122 57
Binary 11011011 10011000 10101 0 11111 1011010 1110 101000 1010010 101111

Color Harmonies of #DB9815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9815

Black with #DB9815

Text Example


Text Example

White with #DB9815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9815; }

 p { color: rgb(219,152,21); }

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

background-color css

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

 a { background-color: rgb(219,152,21); }

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

border-color css

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

 span { border-color: rgb(219,152,21); }

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