Html Css Color HEX #DD8901 Tangerine

📋 copy color: '#DD8901'

red 221 ◦ green 137 ◦ blue 1

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

Shades of Tangerine #DD8901

Tints of Tangerine #DD8901

RGB

 RED value IS 221 (86.72% from 255) = 61.56%

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

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

R = 61.56%
G = 38.16%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD8901 (or 0xDD8901) is known color: Tangerine. HEX triplet: DD, 89 and 01. RGB value is (221,137,1). Sum of RGB (Red+Green+Blue) = 221+137+1=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8901 is #2276FE. Grayscale: #939393. Windows color (decimal): -2258687 or 100829. OLE color: 100829.

HSL color Cylindrical-coordinate representation of color #DD8901: hue angle of 37.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD8901 is Cyan = 0, Magento = 0.38, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 137 1 -
CMYK 0 0.38 1.00 0.13
HSL 37.09º 0.99% 0.44% -
HSV(B) 37.09º 1% 0.87% -
XYZ 38.77 33.27 4.41 -
YUV 146.61 45.83 181.06 -
System Red Green Blue C M Y K H S L
Decimal 221 137 1 0 0.38 1.00 0.13 37.09 0.99 0.44
Hex DD 89 1 0 26 64 D 25 63 2C
Octal 335 211 1 0 46 144 15 45 143 54
Binary 11011101 10001001 1 0 100110 1100100 1101 100101 1100011 101100

Color Harmonies of #DD8901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8901

Black with #DD8901

Text Example


Text Example

White with #DD8901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8901; }

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

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

background-color css

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

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

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

border-color css

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

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

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