Html Css Color HEX #DD7324 Tahiti Gold

📋 copy color: '#DD7324'

red 221 ◦ green 115 ◦ blue 36

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

Shades of Tahiti Gold #DD7324

Tints of Tahiti Gold #DD7324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.68%

R = 59.41%
G = 30.91%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD7324 (or 0xDD7324) is known color: Tahiti Gold. HEX triplet: DD, 73 and 24. RGB value is (221,115,36). Sum of RGB (Red+Green+Blue) = 221+115+36=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7324 is #228CDB. Grayscale: #8A8A8A. Windows color (decimal): -2264284 or 2388957. OLE color: 2388957.

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

Color convert

RGB 221 115 36 -
CMYK 0 0.48 0.84 0.13
HSL 25.62º 0.73% 0.5% -
HSV(B) 25.62º 0.84% 0.87% -
XYZ 36.27 27.76 5.12 -
YUV 137.69 70.62 187.42 -
System Red Green Blue C M Y K H S L
Decimal 221 115 36 0 0.48 0.84 0.13 25.62 0.73 0.5
Hex DD 73 24 0 30 54 D 1A 49 32
Octal 335 163 44 0 60 124 15 32 111 62
Binary 11011101 1110011 100100 0 110000 1010100 1101 11010 1001001 110010

Color Harmonies of #DD7324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7324

Black with #DD7324

Text Example


Text Example

White with #DD7324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7324; }

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

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

background-color css

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

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

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

border-color css

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

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

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