Html Css Color HEX #DD7020 Tahiti Gold

📋 copy color: '#DD7020'

red 221 ◦ green 112 ◦ blue 32

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

Shades of Tahiti Gold #DD7020

Tints of Tahiti Gold #DD7020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.68%

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

R = 60.55%
G = 30.68%
B = 8.77%

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

#DD7020 (or 0xDD7020) is known color: Tahiti Gold. HEX triplet: DD, 70 and 20. RGB value is (221,112,32). Sum of RGB (Red+Green+Blue) = 221+112+32=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7020 is #228FDF. Grayscale: #878787. Windows color (decimal): -2265056 or 2126045. OLE color: 2126045.

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

Color convert

RGB 221 112 32 -
CMYK 0 0.49 0.86 0.13
HSL 25.4º 0.75% 0.5% -
HSV(B) 25.4º 0.86% 0.87% -
XYZ 35.87 27.06 4.7 -
YUV 135.47 69.61 189 -
System Red Green Blue C M Y K H S L
Decimal 221 112 32 0 0.49 0.86 0.13 25.4 0.75 0.5
Hex DD 70 20 0 31 56 D 19 4B 32
Octal 335 160 40 0 61 126 15 31 113 62
Binary 11011101 1110000 100000 0 110001 1010110 1101 11001 1001011 110010

Color Harmonies of #DD7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7020

Black with #DD7020

Text Example


Text Example

White with #DD7020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7020; }

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

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

background-color css

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

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

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

border-color css

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

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

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