Html Css Color HEX #DD7120 Tahiti Gold

📋 copy color: '#DD7120'

red 221 ◦ green 113 ◦ blue 32

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

Shades of Tahiti Gold #DD7120

Tints of Tahiti Gold #DD7120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.87%

 BLUE value IS 32 (12.89% from 255) = 8.74%

R = 60.38%
G = 30.87%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD7120 (or 0xDD7120) is known color: Tahiti Gold. HEX triplet: DD, 71 and 20. RGB value is (221,113,32). Sum of RGB (Red+Green+Blue) = 221+113+32=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7120 is #228EDF. Grayscale: #888888. Windows color (decimal): -2264800 or 2126301. OLE color: 2126301.

HSL color Cylindrical-coordinate representation of color #DD7120: hue angle of 25.71º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD7120 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 113 32 -
CMYK 0 0.49 0.86 0.13
HSL 25.71º 0.75% 0.5% -
HSV(B) 25.71º 0.86% 0.87% -
XYZ 35.98 27.29 4.74 -
YUV 136.06 69.28 188.59 -
System Red Green Blue C M Y K H S L
Decimal 221 113 32 0 0.49 0.86 0.13 25.71 0.75 0.5
Hex DD 71 20 0 31 56 D 1A 4B 32
Octal 335 161 40 0 61 126 15 32 113 62
Binary 11011101 1110001 100000 0 110001 1010110 1101 11010 1001011 110010

Color Harmonies of #DD7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7120

Black with #DD7120

Text Example


Text Example

White with #DD7120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7120; }

 p { color: rgb(221,113,32); }

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

background-color css

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

 a { background-color: rgb(221,113,32); }

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

border-color css

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

 span { border-color: rgb(221,113,32); }

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