Html Css Color HEX #DD8020 Tahiti Gold

📋 copy color: '#DD8020'

red 221 ◦ green 128 ◦ blue 32

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

Shades of Tahiti Gold #DD8020

Tints of Tahiti Gold #DD8020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.6%

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

R = 58.01%
G = 33.6%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD8020 (or 0xDD8020) is known color: Tahiti Gold. HEX triplet: DD, 80 and 20. RGB value is (221,128,32). Sum of RGB (Red+Green+Blue) = 221+128+32=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8020 is #227FDF. Grayscale: #919191. Windows color (decimal): -2260960 or 2130141. OLE color: 2130141.

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

Color convert

RGB 221 128 32 -
CMYK 0 0.42 0.86 0.13
HSL 30.48º 0.75% 0.5% -
HSV(B) 30.48º 0.86% 0.87% -
XYZ 37.8 30.91 5.34 -
YUV 144.86 64.31 182.31 -
System Red Green Blue C M Y K H S L
Decimal 221 128 32 0 0.42 0.86 0.13 30.48 0.75 0.5
Hex DD 80 20 0 2A 56 D 1E 4B 32
Octal 335 200 40 0 52 126 15 36 113 62
Binary 11011101 10000000 100000 0 101010 1010110 1101 11110 1001011 110010

Color Harmonies of #DD8020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8020

Black with #DD8020

Text Example


Text Example

White with #DD8020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8020; }

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

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

background-color css

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

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

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

border-color css

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

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

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