Html Css Color HEX #DB8F06 Gamboge

📋 copy color: '#DB8F06'

red 219 ◦ green 143 ◦ blue 6

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

Shades of Gamboge #DB8F06

Tints of Gamboge #DB8F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 59.51%
G = 38.86%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB8F06 (or 0xDB8F06) is known color: Gamboge. HEX triplet: DB, 8F and 06. RGB value is (219,143,6). Sum of RGB (Red+Green+Blue) = 219+143+6=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 6 (2.73% from 255 or 1.63% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8F06 is #2470F9. Grayscale: #969696. Windows color (decimal): -2388218 or 430043. OLE color: 430043.

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

Color convert

RGB 219 143 6 -
CMYK 0 0.35 0.97 0.14
HSL 38.59º 0.95% 0.44% -
HSV(B) 38.59º 0.97% 0.86% -
XYZ 39.07 34.72 4.81 -
YUV 150.11 46.68 177.14 -
System Red Green Blue C M Y K H S L
Decimal 219 143 6 0 0.35 0.97 0.14 38.59 0.95 0.44
Hex DB 8F 6 0 23 61 E 27 5F 2C
Octal 333 217 6 0 43 141 16 47 137 54
Binary 11011011 10001111 110 0 100011 1100001 1110 100111 1011111 101100

Color Harmonies of #DB8F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F06

Black with #DB8F06

Text Example


Text Example

White with #DB8F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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