Html Css Color HEX #DD8504 Tangerine

📋 copy color: '#DD8504'

red 221 ◦ green 133 ◦ blue 4

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

Shades of Tangerine #DD8504

Tints of Tangerine #DD8504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 61.73%
G = 37.15%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD8504 (or 0xDD8504) is known color: Tangerine. HEX triplet: DD, 85 and 04. RGB value is (221,133,4). Sum of RGB (Red+Green+Blue) = 221+133+4=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8504 is #227AFB. Grayscale: #919191. Windows color (decimal): -2259708 or 296413. OLE color: 296413.

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

Color convert

RGB 221 133 4 -
CMYK 0 0.40 0.98 0.13
HSL 35.67º 0.96% 0.44% -
HSV(B) 35.67º 0.98% 0.87% -
XYZ 38.23 32.16 4.31 -
YUV 144.61 48.65 182.49 -
System Red Green Blue C M Y K H S L
Decimal 221 133 4 0 0.40 0.98 0.13 35.67 0.96 0.44
Hex DD 85 4 0 28 62 D 24 60 2C
Octal 335 205 4 0 50 142 15 44 140 54
Binary 11011101 10000101 100 0 101000 1100010 1101 100100 1100000 101100

Color Harmonies of #DD8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8504

Black with #DD8504

Text Example


Text Example

White with #DD8504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8504; }

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

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

background-color css

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

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

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

border-color css

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

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

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