Html Css Color HEX #DD8601 Tangerine

📋 copy color: '#DD8601'

red 221 ◦ green 134 ◦ blue 1

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

Shades of Tangerine #DD8601

Tints of Tangerine #DD8601

RGB

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

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

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

R = 62.08%
G = 37.64%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD8601 (or 0xDD8601) is known color: Tangerine. HEX triplet: DD, 86 and 01. RGB value is (221,134,1). Sum of RGB (Red+Green+Blue) = 221+134+1=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8601 is #2279FE. Grayscale: #919191. Windows color (decimal): -2259455 or 100061. OLE color: 100061.

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

Color convert

RGB 221 134 1 -
CMYK 0 0.39 1.00 0.13
HSL 36.27º 0.99% 0.44% -
HSV(B) 36.27º 1% 0.87% -
XYZ 38.35 32.42 4.27 -
YUV 144.85 46.82 182.31 -
System Red Green Blue C M Y K H S L
Decimal 221 134 1 0 0.39 1.00 0.13 36.27 0.99 0.44
Hex DD 86 1 0 27 64 D 24 63 2C
Octal 335 206 1 0 47 144 15 44 143 54
Binary 11011101 10000110 1 0 100111 1100100 1101 100100 1100011 101100

Color Harmonies of #DD8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8601

Black with #DD8601

Text Example


Text Example

White with #DD8601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8601; }

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

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

background-color css

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

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

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

border-color css

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

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

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