Html Css Color HEX #DD7728 Tahiti Gold

📋 copy color: '#DD7728'

red 221 ◦ green 119 ◦ blue 40

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

Shades of Tahiti Gold #DD7728

Tints of Tahiti Gold #DD7728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.53%

R = 58.16%
G = 31.32%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD7728 (or 0xDD7728) is known color: Tahiti Gold. HEX triplet: DD, 77 and 28. RGB value is (221,119,40). Sum of RGB (Red+Green+Blue) = 221+119+40=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7728 is #2288D7. Grayscale: #8C8C8C. Windows color (decimal): -2263256 or 2652125. OLE color: 2652125.

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

Color convert

RGB 221 119 40 -
CMYK 0 0.46 0.82 0.13
HSL 26.19º 0.73% 0.51% -
HSV(B) 26.19º 0.82% 0.87% -
XYZ 36.8 28.72 5.61 -
YUV 140.49 71.29 185.42 -
System Red Green Blue C M Y K H S L
Decimal 221 119 40 0 0.46 0.82 0.13 26.19 0.73 0.51
Hex DD 77 28 0 2E 52 D 1A 49 33
Octal 335 167 50 0 56 122 15 32 111 63
Binary 11011101 1110111 101000 0 101110 1010010 1101 11010 1001001 110011

Color Harmonies of #DD7728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7728

Black with #DD7728

Text Example


Text Example

White with #DD7728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7728; }

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

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

background-color css

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

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

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

border-color css

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

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

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