Html Css Color HEX #DD8A02 Tangerine

📋 copy color: '#DD8A02'

red 221 ◦ green 138 ◦ blue 2

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

Shades of Tangerine #DD8A02

Tints of Tangerine #DD8A02

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.23%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 61.22%
G = 38.23%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD8A02 (or 0xDD8A02) is known color: Tangerine. HEX triplet: DD, 8A and 02. RGB value is (221,138,2). Sum of RGB (Red+Green+Blue) = 221+138+2=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8A02 is #2275FD. Grayscale: #939393. Windows color (decimal): -2258430 or 166621. OLE color: 166621.

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

Color convert

RGB 221 138 2 -
CMYK 0 0.38 0.99 0.13
HSL 37.26º 0.98% 0.44% -
HSV(B) 37.26º 0.99% 0.87% -
XYZ 38.92 33.55 4.48 -
YUV 147.31 46 180.56 -
System Red Green Blue C M Y K H S L
Decimal 221 138 2 0 0.38 0.99 0.13 37.26 0.98 0.44
Hex DD 8A 2 0 26 63 D 25 62 2C
Octal 335 212 2 0 46 143 15 45 142 54
Binary 11011101 10001010 10 0 100110 1100011 1101 100101 1100010 101100

Color Harmonies of #DD8A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A02

Black with #DD8A02

Text Example


Text Example

White with #DD8A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A02; }

 p { color: rgb(221,138,2); }

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

background-color css

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

 a { background-color: rgb(221,138,2); }

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

border-color css

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

 span { border-color: rgb(221,138,2); }

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