Html Css Color HEX #DD7332 Tahiti Gold

📋 copy color: '#DD7332'

red 221 ◦ green 115 ◦ blue 50

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

Shades of Tahiti Gold #DD7332

Tints of Tahiti Gold #DD7332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.95%

R = 57.25%
G = 29.79%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD7332 (or 0xDD7332) is known color: Tahiti Gold. HEX triplet: DD, 73 and 32. RGB value is (221,115,50). Sum of RGB (Red+Green+Blue) = 221+115+50=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7332 is #228CCD. Grayscale: #8B8B8B. Windows color (decimal): -2264270 or 3306461. OLE color: 3306461.

HSL color Cylindrical-coordinate representation of color #DD7332: hue angle of 22.81º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD7332 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 115 50 -
CMYK 0 0.48 0.77 0.13
HSL 22.81º 0.72% 0.53% -
HSV(B) 22.81º 0.77% 0.87% -
XYZ 36.53 27.86 6.47 -
YUV 139.28 77.62 186.29 -
System Red Green Blue C M Y K H S L
Decimal 221 115 50 0 0.48 0.77 0.13 22.81 0.72 0.53
Hex DD 73 32 0 30 4D D 17 48 35
Octal 335 163 62 0 60 115 15 27 110 65
Binary 11011101 1110011 110010 0 110000 1001101 1101 10111 1001000 110101

Color Harmonies of #DD7332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7332

Black with #DD7332

Text Example


Text Example

White with #DD7332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7332; }

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

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

background-color css

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

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

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

border-color css

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

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

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