Html Css Color HEX #DD7232 Tahiti Gold

📋 copy color: '#DD7232'

red 221 ◦ green 114 ◦ blue 50

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

Shades of Tahiti Gold #DD7232

Tints of Tahiti Gold #DD7232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.61%

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

R = 57.4%
G = 29.61%
B = 12.99%

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

#DD7232 (or 0xDD7232) is known color: Tahiti Gold. HEX triplet: DD, 72 and 32. RGB value is (221,114,50). Sum of RGB (Red+Green+Blue) = 221+114+50=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7232 is #228DCD. Grayscale: #8B8B8B. Windows color (decimal): -2264526 or 3306205. OLE color: 3306205.

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

Color convert

RGB 221 114 50 -
CMYK 0 0.48 0.77 0.13
HSL 22.46º 0.72% 0.53% -
HSV(B) 22.46º 0.77% 0.87% -
XYZ 36.41 27.64 6.43 -
YUV 138.7 77.95 186.7 -
System Red Green Blue C M Y K H S L
Decimal 221 114 50 0 0.48 0.77 0.13 22.46 0.72 0.53
Hex DD 72 32 0 30 4D D 16 48 35
Octal 335 162 62 0 60 115 15 26 110 65
Binary 11011101 1110010 110010 0 110000 1001101 1101 10110 1001000 110101

Color Harmonies of #DD7232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7232

Black with #DD7232

Text Example


Text Example

White with #DD7232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7232; }

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

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

background-color css

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

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

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

border-color css

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

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

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