Html Css Color HEX #DB870F Gamboge

📋 copy color: '#DB870F'

red 219 ◦ green 135 ◦ blue 15

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

Shades of Gamboge #DB870F

Tints of Gamboge #DB870F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.59%

 BLUE value IS 15 (6.25% from 255) = 4.07%

R = 59.35%
G = 36.59%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB870F (or 0xDB870F) is known color: Gamboge. HEX triplet: DB, 87 and 0F. RGB value is (219,135,15). Sum of RGB (Red+Green+Blue) = 219+135+15=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB870F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB870F is #2478F0. Grayscale: #939393. Windows color (decimal): -2390257 or 1017819. OLE color: 1017819.

HSL color Cylindrical-coordinate representation of color #DB870F: hue angle of 35.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB870F is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 135 15 -
CMYK 0 0.38 0.93 0.14
HSL 35.29º 0.87% 0.46% -
HSV(B) 35.29º 0.93% 0.86% -
XYZ 37.96 32.42 4.71 -
YUV 146.44 53.83 179.76 -
System Red Green Blue C M Y K H S L
Decimal 219 135 15 0 0.38 0.93 0.14 35.29 0.87 0.46
Hex DB 87 F 0 26 5D E 23 57 2E
Octal 333 207 17 0 46 135 16 43 127 56
Binary 11011011 10000111 1111 0 100110 1011101 1110 100011 1010111 101110

Color Harmonies of #DB870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB870F

Black with #DB870F

Text Example


Text Example

White with #DB870F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB870F; }

 p { color: rgb(219,135,15); }

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

background-color css

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

 a { background-color: rgb(219,135,15); }

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

border-color css

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

 span { border-color: rgb(219,135,15); }

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