Html Css Color HEX #DD7321 Tahiti Gold

📋 copy color: '#DD7321'

red 221 ◦ green 115 ◦ blue 33

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

Shades of Tahiti Gold #DD7321

Tints of Tahiti Gold #DD7321

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.17%

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

R = 59.89%
G = 31.17%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD7321 (or 0xDD7321) is known color: Tahiti Gold. HEX triplet: DD, 73 and 21. RGB value is (221,115,33). Sum of RGB (Red+Green+Blue) = 221+115+33=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7321 is #228CDE. Grayscale: #898989. Windows color (decimal): -2264287 or 2192349. OLE color: 2192349.

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

Color convert

RGB 221 115 33 -
CMYK 0 0.48 0.85 0.13
HSL 26.17º 0.74% 0.5% -
HSV(B) 26.17º 0.85% 0.87% -
XYZ 36.22 27.74 4.88 -
YUV 137.35 69.12 187.67 -
System Red Green Blue C M Y K H S L
Decimal 221 115 33 0 0.48 0.85 0.13 26.17 0.74 0.5
Hex DD 73 21 0 30 55 D 1A 4A 32
Octal 335 163 41 0 60 125 15 32 112 62
Binary 11011101 1110011 100001 0 110000 1010101 1101 11010 1001010 110010

Color Harmonies of #DD7321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7321

Black with #DD7321

Text Example


Text Example

White with #DD7321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7321; }

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

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

background-color css

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

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

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

border-color css

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

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

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