Html Css Color HEX #DD7A24 Tahiti Gold

📋 copy color: '#DD7A24'

red 221 ◦ green 122 ◦ blue 36

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

Shades of Tahiti Gold #DD7A24

Tints of Tahiti Gold #DD7A24

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.19%

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

R = 58.31%
G = 32.19%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD7A24 (or 0xDD7A24) is known color: Tahiti Gold. HEX triplet: DD, 7A and 24. RGB value is (221,122,36). Sum of RGB (Red+Green+Blue) = 221+122+36=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 36 (14.45% from 255 or 9.50% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A24 is #2285DB. Grayscale: #8E8E8E. Windows color (decimal): -2262492 or 2390749. OLE color: 2390749.

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

Color convert

RGB 221 122 36 -
CMYK 0 0.45 0.84 0.13
HSL 27.89º 0.73% 0.5% -
HSV(B) 27.89º 0.84% 0.87% -
XYZ 37.1 29.42 5.39 -
YUV 141.8 68.3 184.49 -
System Red Green Blue C M Y K H S L
Decimal 221 122 36 0 0.45 0.84 0.13 27.89 0.73 0.5
Hex DD 7A 24 0 2D 54 D 1C 49 32
Octal 335 172 44 0 55 124 15 34 111 62
Binary 11011101 1111010 100100 0 101101 1010100 1101 11100 1001001 110010

Color Harmonies of #DD7A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A24

Black with #DD7A24

Text Example


Text Example

White with #DD7A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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