Html Css Color HEX #DD8021 Tahiti Gold

📋 copy color: '#DD8021'

red 221 ◦ green 128 ◦ blue 33

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

Shades of Tahiti Gold #DD8021

Tints of Tahiti Gold #DD8021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.64%

R = 57.85%
G = 33.51%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD8021 (or 0xDD8021) is known color: Tahiti Gold. HEX triplet: DD, 80 and 21. RGB value is (221,128,33). Sum of RGB (Red+Green+Blue) = 221+128+33=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8021 is #227FDE. Grayscale: #919191. Windows color (decimal): -2260959 or 2195677. OLE color: 2195677.

HSL color Cylindrical-coordinate representation of color #DD8021: hue angle of 30.32º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD8021 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 33 -
CMYK 0 0.42 0.85 0.13
HSL 30.32º 0.74% 0.5% -
HSV(B) 30.32º 0.85% 0.87% -
XYZ 37.81 30.92 5.41 -
YUV 144.98 64.81 182.22 -
System Red Green Blue C M Y K H S L
Decimal 221 128 33 0 0.42 0.85 0.13 30.32 0.74 0.5
Hex DD 80 21 0 2A 55 D 1E 4A 32
Octal 335 200 41 0 52 125 15 36 112 62
Binary 11011101 10000000 100001 0 101010 1010101 1101 11110 1001010 110010

Color Harmonies of #DD8021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8021

Black with #DD8021

Text Example


Text Example

White with #DD8021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8021; }

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

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

background-color css

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

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

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

border-color css

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

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

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