Html Css Color HEX #DD7521 Tahiti Gold

📋 copy color: '#DD7521'

red 221 ◦ green 117 ◦ blue 33

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

Shades of Tahiti Gold #DD7521

Tints of Tahiti Gold #DD7521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.54%

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

R = 59.57%
G = 31.54%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD7521 (or 0xDD7521) is known color: Tahiti Gold. HEX triplet: DD, 75 and 21. RGB value is (221,117,33). Sum of RGB (Red+Green+Blue) = 221+117+33=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7521 is #228ADE. Grayscale: #8A8A8A. Windows color (decimal): -2263775 or 2192861. OLE color: 2192861.

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

Color convert

RGB 221 117 33 -
CMYK 0 0.47 0.85 0.13
HSL 26.81º 0.74% 0.5% -
HSV(B) 26.81º 0.85% 0.87% -
XYZ 36.45 28.2 4.96 -
YUV 138.52 68.46 186.83 -
System Red Green Blue C M Y K H S L
Decimal 221 117 33 0 0.47 0.85 0.13 26.81 0.74 0.5
Hex DD 75 21 0 2F 55 D 1B 4A 32
Octal 335 165 41 0 57 125 15 33 112 62
Binary 11011101 1110101 100001 0 101111 1010101 1101 11011 1001010 110010

Color Harmonies of #DD7521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7521

Black with #DD7521

Text Example


Text Example

White with #DD7521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7521; }

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

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

background-color css

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

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

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

border-color css

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

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

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