Html Css Color HEX #DB8606 Tangerine

📋 copy color: '#DB8606'

red 219 ◦ green 134 ◦ blue 6

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

Shades of Tangerine #DB8606

Tints of Tangerine #DB8606

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.33%

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

R = 61%
G = 37.33%
B = 1.67%

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

#DB8606 (or 0xDB8606) is known color: Tangerine. HEX triplet: DB, 86 and 06. RGB value is (219,134,6). Sum of RGB (Red+Green+Blue) = 219+134+6=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8606 is #2479F9. Grayscale: #919191. Windows color (decimal): -2390522 or 427739. OLE color: 427739.

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

Color convert

RGB 219 134 6 -
CMYK 0 0.39 0.97 0.14
HSL 36.06º 0.95% 0.44% -
HSV(B) 36.06º 0.97% 0.86% -
XYZ 37.77 32.12 4.38 -
YUV 144.82 49.66 180.91 -
System Red Green Blue C M Y K H S L
Decimal 219 134 6 0 0.39 0.97 0.14 36.06 0.95 0.44
Hex DB 86 6 0 27 61 E 24 5F 2C
Octal 333 206 6 0 47 141 16 44 137 54
Binary 11011011 10000110 110 0 100111 1100001 1110 100100 1011111 101100

Color Harmonies of #DB8606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8606

Black with #DB8606

Text Example


Text Example

White with #DB8606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8606; }

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

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

background-color css

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

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

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

border-color css

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

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

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