Html Css Color HEX #DB8901 Tangerine

📋 copy color: '#DB8901'

red 219 ◦ green 137 ◦ blue 1

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

Shades of Tangerine #DB8901

Tints of Tangerine #DB8901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.38%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 61.34%
G = 38.38%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DB8901 (or 0xDB8901) is known color: Tangerine. HEX triplet: DB, 89 and 01. RGB value is (219,137,1). Sum of RGB (Red+Green+Blue) = 219+137+1=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8901 is #2476FE. Grayscale: #929292. Windows color (decimal): -2389759 or 100827. OLE color: 100827.

HSL color Cylindrical-coordinate representation of color #DB8901: hue angle of 37.43º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB8901 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 137 1 -
CMYK 0 0.37 1.00 0.14
HSL 37.43º 0.99% 0.43% -
HSV(B) 37.43º 1% 0.86% -
XYZ 38.16 32.95 4.38 -
YUV 146.01 46.17 180.06 -
System Red Green Blue C M Y K H S L
Decimal 219 137 1 0 0.37 1.00 0.14 37.43 0.99 0.43
Hex DB 89 1 0 25 64 E 25 63 2B
Octal 333 211 1 0 45 144 16 45 143 53
Binary 11011011 10001001 1 0 100101 1100100 1110 100101 1100011 101011

Color Harmonies of #DB8901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8901

Black with #DB8901

Text Example


Text Example

White with #DB8901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8901; }

 p { color: rgb(219,137,1); }

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

background-color css

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

 a { background-color: rgb(219,137,1); }

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

border-color css

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

 span { border-color: rgb(219,137,1); }

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