Html Css Color HEX #DB8B08 Gamboge

📋 copy color: '#DB8B08'

red 219 ◦ green 139 ◦ blue 8

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

Shades of Gamboge #DB8B08

Tints of Gamboge #DB8B08

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.98%

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 59.84%
G = 37.98%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB8B08 (or 0xDB8B08) is known color: Gamboge. HEX triplet: DB, 8B and 08. RGB value is (219,139,8). Sum of RGB (Red+Green+Blue) = 219+139+8=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8B08 is #2474F7. Grayscale: #949494. Windows color (decimal): -2389240 or 560091. OLE color: 560091.

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

Color convert

RGB 219 139 8 -
CMYK 0 0.37 0.96 0.14
HSL 37.25º 0.93% 0.45% -
HSV(B) 37.25º 0.96% 0.86% -
XYZ 38.49 33.54 4.68 -
YUV 147.99 49 178.65 -
System Red Green Blue C M Y K H S L
Decimal 219 139 8 0 0.37 0.96 0.14 37.25 0.93 0.45
Hex DB 8B 8 0 25 60 E 25 5D 2D
Octal 333 213 10 0 45 140 16 45 135 55
Binary 11011011 10001011 1000 0 100101 1100000 1110 100101 1011101 101101

Color Harmonies of #DB8B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8B08

Black with #DB8B08

Text Example


Text Example

White with #DB8B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8B08; }

 p { color: rgb(219,139,8); }

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

background-color css

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

 a { background-color: rgb(219,139,8); }

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

border-color css

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

 span { border-color: rgb(219,139,8); }

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