Html Css Color HEX #DB8506 Tangerine

📋 copy color: '#DB8506'

red 219 ◦ green 133 ◦ blue 6

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

Shades of Tangerine #DB8506

Tints of Tangerine #DB8506

RGB

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

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

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

R = 61.17%
G = 37.15%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB8506 (or 0xDB8506) is known color: Tangerine. HEX triplet: DB, 85 and 06. RGB value is (219,133,6). Sum of RGB (Red+Green+Blue) = 219+133+6=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8506 is #247AF9. Grayscale: #909090. Windows color (decimal): -2390778 or 427483. OLE color: 427483.

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

Color convert

RGB 219 133 6 -
CMYK 0 0.39 0.97 0.14
HSL 35.77º 0.95% 0.44% -
HSV(B) 35.77º 0.97% 0.86% -
XYZ 37.63 31.85 4.34 -
YUV 144.24 49.99 181.33 -
System Red Green Blue C M Y K H S L
Decimal 219 133 6 0 0.39 0.97 0.14 35.77 0.95 0.44
Hex DB 85 6 0 27 61 E 24 5F 2C
Octal 333 205 6 0 47 141 16 44 137 54
Binary 11011011 10000101 110 0 100111 1100001 1110 100100 1011111 101100

Color Harmonies of #DB8506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8506

Black with #DB8506

Text Example


Text Example

White with #DB8506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8506; }

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

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

background-color css

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

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

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

border-color css

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

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

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