Html Css Color HEX #DB8F09 Gamboge

📋 copy color: '#DB8F09'

red 219 ◦ green 143 ◦ blue 9

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

Shades of Gamboge #DB8F09

Tints of Gamboge #DB8F09

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.54%

 BLUE value IS 9 (3.91% from 255) = 2.43%

R = 59.03%
G = 38.54%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB8F09 (or 0xDB8F09) is known color: Gamboge. HEX triplet: DB, 8F and 09. RGB value is (219,143,9). Sum of RGB (Red+Green+Blue) = 219+143+9=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8F09 is #2470F6. Grayscale: #979797. Windows color (decimal): -2388215 or 626651. OLE color: 626651.

HSL color Cylindrical-coordinate representation of color #DB8F09: hue angle of 38.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB8F09 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 143 9 -
CMYK 0 0.35 0.96 0.14
HSL 38.29º 0.92% 0.45% -
HSV(B) 38.29º 0.96% 0.86% -
XYZ 39.09 34.72 4.9 -
YUV 150.45 48.18 176.9 -
System Red Green Blue C M Y K H S L
Decimal 219 143 9 0 0.35 0.96 0.14 38.29 0.92 0.45
Hex DB 8F 9 0 23 60 E 26 5C 2D
Octal 333 217 11 0 43 140 16 46 134 55
Binary 11011011 10001111 1001 0 100011 1100000 1110 100110 1011100 101101

Color Harmonies of #DB8F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F09

Black with #DB8F09

Text Example


Text Example

White with #DB8F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F09; }

 p { color: rgb(219,143,9); }

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

background-color css

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

 a { background-color: rgb(219,143,9); }

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

border-color css

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

 span { border-color: rgb(219,143,9); }

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