Html Css Color HEX #DD6E20 Tahiti Gold

📋 copy color: '#DD6E20'

red 221 ◦ green 110 ◦ blue 32

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

Shades of Tahiti Gold #DD6E20

Tints of Tahiti Gold #DD6E20

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.3%

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

R = 60.88%
G = 30.3%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD6E20 (or 0xDD6E20) is known color: Tahiti Gold. HEX triplet: DD, 6E and 20. RGB value is (221,110,32). Sum of RGB (Red+Green+Blue) = 221+110+32=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6E20 is #2291DF. Grayscale: #868686. Windows color (decimal): -2265568 or 2125533. OLE color: 2125533.

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

Color convert

RGB 221 110 32 -
CMYK 0 0.50 0.86 0.13
HSL 24.76º 0.75% 0.5% -
HSV(B) 24.76º 0.86% 0.87% -
XYZ 35.66 26.63 4.63 -
YUV 134.3 70.27 189.84 -
System Red Green Blue C M Y K H S L
Decimal 221 110 32 0 0.50 0.86 0.13 24.76 0.75 0.5
Hex DD 6E 20 0 32 56 D 19 4B 32
Octal 335 156 40 0 62 126 15 31 113 62
Binary 11011101 1101110 100000 0 110010 1010110 1101 11001 1001011 110010

Color Harmonies of #DD6E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E20

Black with #DD6E20

Text Example


Text Example

White with #DD6E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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