Html Css Color HEX #DD7824 Tahiti Gold

📋 copy color: '#DD7824'

red 221 ◦ green 120 ◦ blue 36

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

Shades of Tahiti Gold #DD7824

Tints of Tahiti Gold #DD7824

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.83%

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

R = 58.62%
G = 31.83%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD7824 (or 0xDD7824) is known color: Tahiti Gold. HEX triplet: DD, 78 and 24. RGB value is (221,120,36). Sum of RGB (Red+Green+Blue) = 221+120+36=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7824 is #2287DB. Grayscale: #8D8D8D. Windows color (decimal): -2263004 or 2390237. OLE color: 2390237.

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

Color convert

RGB 221 120 36 -
CMYK 0 0.46 0.84 0.13
HSL 27.24º 0.73% 0.5% -
HSV(B) 27.24º 0.84% 0.87% -
XYZ 36.85 28.93 5.31 -
YUV 140.62 68.96 185.33 -
System Red Green Blue C M Y K H S L
Decimal 221 120 36 0 0.46 0.84 0.13 27.24 0.73 0.5
Hex DD 78 24 0 2E 54 D 1B 49 32
Octal 335 170 44 0 56 124 15 33 111 62
Binary 11011101 1111000 100100 0 101110 1010100 1101 11011 1001001 110010

Color Harmonies of #DD7824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7824

Black with #DD7824

Text Example


Text Example

White with #DD7824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7824; }

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

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

background-color css

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

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

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

border-color css

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

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

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