Html Css Color HEX #DD7730 Tahiti Gold

📋 copy color: '#DD7730'

red 221 ◦ green 119 ◦ blue 48

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

Shades of Tahiti Gold #DD7730

Tints of Tahiti Gold #DD7730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.37%

R = 56.96%
G = 30.67%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD7730 (or 0xDD7730) is known color: Tahiti Gold. HEX triplet: DD, 77 and 30. RGB value is (221,119,48). Sum of RGB (Red+Green+Blue) = 221+119+48=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7730 is #2288CF. Grayscale: #8D8D8D. Windows color (decimal): -2263248 or 3176413. OLE color: 3176413.

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

Color convert

RGB 221 119 48 -
CMYK 0 0.46 0.78 0.13
HSL 24.62º 0.72% 0.53% -
HSV(B) 24.62º 0.78% 0.87% -
XYZ 36.95 28.78 6.4 -
YUV 141.4 75.29 184.77 -
System Red Green Blue C M Y K H S L
Decimal 221 119 48 0 0.46 0.78 0.13 24.62 0.72 0.53
Hex DD 77 30 0 2E 4E D 19 48 35
Octal 335 167 60 0 56 116 15 31 110 65
Binary 11011101 1110111 110000 0 101110 1001110 1101 11001 1001000 110101

Color Harmonies of #DD7730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7730

Black with #DD7730

Text Example


Text Example

White with #DD7730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7730; }

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

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

background-color css

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

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

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

border-color css

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

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

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