Html Css Color HEX #DB9817 Gamboge

📋 copy color: '#DB9817'

red 219 ◦ green 152 ◦ blue 23

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

Shades of Gamboge #DB9817

Tints of Gamboge #DB9817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.84%

R = 55.58%
G = 38.58%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB9817 (or 0xDB9817) is known color: Gamboge. HEX triplet: DB, 98 and 17. RGB value is (219,152,23). Sum of RGB (Red+Green+Blue) = 219+152+23=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9817 is #2467E8. Grayscale: #9D9D9D. Windows color (decimal): -2385897 or 1546459. OLE color: 1546459.

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

Color convert

RGB 219 152 23 -
CMYK 0 0.31 0.89 0.14
HSL 39.49º 0.81% 0.47% -
HSV(B) 39.49º 0.89% 0.86% -
XYZ 40.6 37.58 5.92 -
YUV 157.33 52.2 171.99 -
System Red Green Blue C M Y K H S L
Decimal 219 152 23 0 0.31 0.89 0.14 39.49 0.81 0.47
Hex DB 98 17 0 1F 59 E 27 51 2F
Octal 333 230 27 0 37 131 16 47 121 57
Binary 11011011 10011000 10111 0 11111 1011001 1110 100111 1010001 101111

Color Harmonies of #DB9817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9817

Black with #DB9817

Text Example


Text Example

White with #DB9817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9817; }

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

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

background-color css

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

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

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

border-color css

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

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

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