Html Css Color HEX #DD7620 Tahiti Gold

📋 copy color: '#DD7620'

red 221 ◦ green 118 ◦ blue 32

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

Shades of Tahiti Gold #DD7620

Tints of Tahiti Gold #DD7620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.81%

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

R = 59.57%
G = 31.81%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD7620 (or 0xDD7620) is known color: Tahiti Gold. HEX triplet: DD, 76 and 20. RGB value is (221,118,32). Sum of RGB (Red+Green+Blue) = 221+118+32=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7620 is #2289DF. Grayscale: #8B8B8B. Windows color (decimal): -2263520 or 2127581. OLE color: 2127581.

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

Color convert

RGB 221 118 32 -
CMYK 0 0.47 0.86 0.13
HSL 27.3º 0.75% 0.5% -
HSV(B) 27.3º 0.86% 0.87% -
XYZ 36.56 28.43 4.93 -
YUV 138.99 67.62 186.49 -
System Red Green Blue C M Y K H S L
Decimal 221 118 32 0 0.47 0.86 0.13 27.3 0.75 0.5
Hex DD 76 20 0 2F 56 D 1B 4B 32
Octal 335 166 40 0 57 126 15 33 113 62
Binary 11011101 1110110 100000 0 101111 1010110 1101 11011 1001011 110010

Color Harmonies of #DD7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7620

Black with #DD7620

Text Example


Text Example

White with #DD7620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7620; }

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

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

background-color css

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

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

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

border-color css

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

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

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