Html Css Color HEX #DD7E20 Tahiti Gold

📋 copy color: '#DD7E20'

red 221 ◦ green 126 ◦ blue 32

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

Shades of Tahiti Gold #DD7E20

Tints of Tahiti Gold #DD7E20

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.25%

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

R = 58.31%
G = 33.25%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD7E20 (or 0xDD7E20) is known color: Tahiti Gold. HEX triplet: DD, 7E and 20. RGB value is (221,126,32). Sum of RGB (Red+Green+Blue) = 221+126+32=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E20 is #2281DF. Grayscale: #909090. Windows color (decimal): -2261472 or 2129629. OLE color: 2129629.

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

Color convert

RGB 221 126 32 -
CMYK 0 0.43 0.86 0.13
HSL 29.84º 0.75% 0.5% -
HSV(B) 29.84º 0.86% 0.87% -
XYZ 37.54 30.4 5.26 -
YUV 143.69 64.97 183.14 -
System Red Green Blue C M Y K H S L
Decimal 221 126 32 0 0.43 0.86 0.13 29.84 0.75 0.5
Hex DD 7E 20 0 2B 56 D 1E 4B 32
Octal 335 176 40 0 53 126 15 36 113 62
Binary 11011101 1111110 100000 0 101011 1010110 1101 11110 1001011 110010

Color Harmonies of #DD7E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E20

Black with #DD7E20

Text Example


Text Example

White with #DD7E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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