Html Css Color HEX #DD7729 Tahiti Gold

📋 copy color: '#DD7729'

red 221 ◦ green 119 ◦ blue 41

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

Shades of Tahiti Gold #DD7729

Tints of Tahiti Gold #DD7729

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.23%

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

R = 58.01%
G = 31.23%
B = 10.76%

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

#DD7729 (or 0xDD7729) is known color: Tahiti Gold. HEX triplet: DD, 77 and 29. RGB value is (221,119,41). Sum of RGB (Red+Green+Blue) = 221+119+41=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7729 is #2288D6. Grayscale: #8D8D8D. Windows color (decimal): -2263255 or 2717661. OLE color: 2717661.

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

Color convert

RGB 221 119 41 -
CMYK 0 0.46 0.81 0.13
HSL 26º 0.73% 0.51% -
HSV(B) 26º 0.81% 0.87% -
XYZ 36.82 28.73 5.7 -
YUV 140.61 71.79 185.34 -
System Red Green Blue C M Y K H S L
Decimal 221 119 41 0 0.46 0.81 0.13 26 0.73 0.51
Hex DD 77 29 0 2E 51 D 1A 49 33
Octal 335 167 51 0 56 121 15 32 111 63
Binary 11011101 1110111 101001 0 101110 1010001 1101 11010 1001001 110011

Color Harmonies of #DD7729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7729

Black with #DD7729

Text Example


Text Example

White with #DD7729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7729; }

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

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

background-color css

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

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

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

border-color css

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

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

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