Html Css Color HEX #DD7432 Tahiti Gold

📋 copy color: '#DD7432'

red 221 ◦ green 116 ◦ blue 50

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

Shades of Tahiti Gold #DD7432

Tints of Tahiti Gold #DD7432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.97%

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

R = 57.11%
G = 29.97%
B = 12.92%

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

#DD7432 (or 0xDD7432) is known color: Tahiti Gold. HEX triplet: DD, 74 and 32. RGB value is (221,116,50). Sum of RGB (Red+Green+Blue) = 221+116+50=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7432 is #228BCD. Grayscale: #8C8C8C. Windows color (decimal): -2264014 or 3306717. OLE color: 3306717.

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

Color convert

RGB 221 116 50 -
CMYK 0 0.48 0.77 0.13
HSL 23.16º 0.72% 0.53% -
HSV(B) 23.16º 0.77% 0.87% -
XYZ 36.64 28.09 6.51 -
YUV 139.87 77.29 185.87 -
System Red Green Blue C M Y K H S L
Decimal 221 116 50 0 0.48 0.77 0.13 23.16 0.72 0.53
Hex DD 74 32 0 30 4D D 17 48 35
Octal 335 164 62 0 60 115 15 27 110 65
Binary 11011101 1110100 110010 0 110000 1001101 1101 10111 1001000 110101

Color Harmonies of #DD7432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7432

Black with #DD7432

Text Example


Text Example

White with #DD7432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7432; }

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

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

background-color css

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

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

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

border-color css

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

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

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