Html Css Color HEX #DB850B Gamboge

📋 copy color: '#DB850B'

red 219 ◦ green 133 ◦ blue 11

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

Shades of Gamboge #DB850B

Tints of Gamboge #DB850B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

 BLUE value IS 11 (4.69% from 255) = 3.03%

R = 60.33%
G = 36.64%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB850B (or 0xDB850B) is known color: Gamboge. HEX triplet: DB, 85 and 0B. RGB value is (219,133,11). Sum of RGB (Red+Green+Blue) = 219+133+11=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB850B is #247AF4. Grayscale: #919191. Windows color (decimal): -2390773 or 755163. OLE color: 755163.

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

Color convert

RGB 219 133 11 -
CMYK 0 0.39 0.95 0.14
HSL 35.19º 0.9% 0.45% -
HSV(B) 35.19º 0.95% 0.86% -
XYZ 37.66 31.86 4.48 -
YUV 144.81 52.49 180.92 -
System Red Green Blue C M Y K H S L
Decimal 219 133 11 0 0.39 0.95 0.14 35.19 0.9 0.45
Hex DB 85 B 0 27 5F E 23 5A 2D
Octal 333 205 13 0 47 137 16 43 132 55
Binary 11011011 10000101 1011 0 100111 1011111 1110 100011 1011010 101101

Color Harmonies of #DB850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB850B

Black with #DB850B

Text Example


Text Example

White with #DB850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB850B; }

 p { color: rgb(219,133,11); }

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

background-color css

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

 a { background-color: rgb(219,133,11); }

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

border-color css

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

 span { border-color: rgb(219,133,11); }

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