Html Css Color HEX #DD8500 Tangerine

📋 copy color: '#DD8500'

red 221 ◦ green 133 ◦ blue 0

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

Shades of Tangerine #DD8500

Tints of Tangerine #DD8500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.43%
G = 37.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD8500 (or 0xDD8500) is known color: Tangerine. HEX triplet: DD, 85 and 00. RGB value is (221,133,0). Sum of RGB (Red+Green+Blue) = 221+133+0=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8500 is #227AFF. Grayscale: #909090. Windows color (decimal): -2259712 or 34269. OLE color: 34269.

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

Color convert

RGB 221 133 0 -
CMYK 0 0.40 1 0.13
HSL 36.11º 1% 0.43% -
HSV(B) 36.11º 1% 0.87% -
XYZ 38.21 32.15 4.19 -
YUV 144.15 46.65 182.81 -
System Red Green Blue C M Y K H S L
Decimal 221 133 0 0 0.40 1 0.13 36.11 1 0.43
Hex DD 85 0 0 28 64 D 24 64 2B
Octal 335 205 0 0 50 144 15 44 144 53
Binary 11011101 10000101 0 0 101000 1100100 1101 100100 1100100 101011

Color Harmonies of #DD8500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8500

Black with #DD8500

Text Example


Text Example

White with #DD8500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8500; }

 p { color: rgb(221,133,0); }

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

background-color css

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

 a { background-color: rgb(221,133,0); }

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

border-color css

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

 span { border-color: rgb(221,133,0); }

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