Html Css Color HEX #DB8F03 Gamboge

📋 copy color: '#DB8F03'

red 219 ◦ green 143 ◦ blue 3

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

Shades of Gamboge #DB8F03

Tints of Gamboge #DB8F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 60%
G = 39.18%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB8F03 (or 0xDB8F03) is known color: Gamboge. HEX triplet: DB, 8F and 03. RGB value is (219,143,3). Sum of RGB (Red+Green+Blue) = 219+143+3=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8F03 is #2470FC. Grayscale: #969696. Windows color (decimal): -2388221 or 233435. OLE color: 233435.

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

Color convert

RGB 219 143 3 -
CMYK 0 0.35 0.99 0.14
HSL 38.89º 0.97% 0.44% -
HSV(B) 38.89º 0.99% 0.86% -
XYZ 39.05 34.71 4.73 -
YUV 149.76 45.18 177.38 -
System Red Green Blue C M Y K H S L
Decimal 219 143 3 0 0.35 0.99 0.14 38.89 0.97 0.44
Hex DB 8F 3 0 23 63 E 27 61 2C
Octal 333 217 3 0 43 143 16 47 141 54
Binary 11011011 10001111 11 0 100011 1100011 1110 100111 1100001 101100

Color Harmonies of #DB8F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F03

Black with #DB8F03

Text Example


Text Example

White with #DB8F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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