Html Css Color HEX #DB8D08 Gamboge

📋 copy color: '#DB8D08'

red 219 ◦ green 141 ◦ blue 8

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

Shades of Gamboge #DB8D08

Tints of Gamboge #DB8D08

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.32%

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

R = 59.51%
G = 38.32%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB8D08 (or 0xDB8D08) is known color: Gamboge. HEX triplet: DB, 8D and 08. RGB value is (219,141,8). Sum of RGB (Red+Green+Blue) = 219+141+8=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8D08 is #2472F7. Grayscale: #959595. Windows color (decimal): -2388728 or 560603. OLE color: 560603.

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

Color convert

RGB 219 141 8 -
CMYK 0 0.36 0.96 0.14
HSL 37.82º 0.93% 0.45% -
HSV(B) 37.82º 0.96% 0.86% -
XYZ 38.78 34.13 4.77 -
YUV 149.16 48.34 177.81 -
System Red Green Blue C M Y K H S L
Decimal 219 141 8 0 0.36 0.96 0.14 37.82 0.93 0.45
Hex DB 8D 8 0 24 60 E 26 5D 2D
Octal 333 215 10 0 44 140 16 46 135 55
Binary 11011011 10001101 1000 0 100100 1100000 1110 100110 1011101 101101

Color Harmonies of #DB8D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8D08

Black with #DB8D08

Text Example


Text Example

White with #DB8D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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