Html Css Color HEX #DD7829 Tahiti Gold

📋 copy color: '#DD7829'

red 221 ◦ green 120 ◦ blue 41

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

Shades of Tahiti Gold #DD7829

Tints of Tahiti Gold #DD7829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.73%

R = 57.85%
G = 31.41%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD7829 (or 0xDD7829) is known color: Tahiti Gold. HEX triplet: DD, 78 and 29. RGB value is (221,120,41). Sum of RGB (Red+Green+Blue) = 221+120+41=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7829 is #2287D6. Grayscale: #8D8D8D. Windows color (decimal): -2262999 or 2717917. OLE color: 2717917.

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

Color convert

RGB 221 120 41 -
CMYK 0 0.46 0.81 0.13
HSL 26.33º 0.73% 0.51% -
HSV(B) 26.33º 0.81% 0.87% -
XYZ 36.94 28.97 5.74 -
YUV 141.19 71.46 184.92 -
System Red Green Blue C M Y K H S L
Decimal 221 120 41 0 0.46 0.81 0.13 26.33 0.73 0.51
Hex DD 78 29 0 2E 51 D 1A 49 33
Octal 335 170 51 0 56 121 15 32 111 63
Binary 11011101 1111000 101001 0 101110 1010001 1101 11010 1001001 110011

Color Harmonies of #DD7829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7829

Black with #DD7829

Text Example


Text Example

White with #DD7829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7829; }

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

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

background-color css

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

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

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

border-color css

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

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

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