Html Css Color HEX #DD7733 Tahiti Gold

📋 copy color: '#DD7733'

red 221 ◦ green 119 ◦ blue 51

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

Shades of Tahiti Gold #DD7733

Tints of Tahiti Gold #DD7733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.04%

R = 56.52%
G = 30.43%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD7733 (or 0xDD7733) is known color: Tahiti Gold. HEX triplet: DD, 77 and 33. RGB value is (221,119,51). Sum of RGB (Red+Green+Blue) = 221+119+51=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7733 is #2288CC. Grayscale: #8E8E8E. Windows color (decimal): -2263245 or 3373021. OLE color: 3373021.

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

Color convert

RGB 221 119 51 -
CMYK 0 0.46 0.77 0.13
HSL 24º 0.71% 0.53% -
HSV(B) 24º 0.77% 0.87% -
XYZ 37.01 28.8 6.74 -
YUV 141.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 221 119 51 0 0.46 0.77 0.13 24 0.71 0.53
Hex DD 77 33 0 2E 4D D 18 47 35
Octal 335 167 63 0 56 115 15 30 107 65
Binary 11011101 1110111 110011 0 101110 1001101 1101 11000 1000111 110101

Color Harmonies of #DD7733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7733

Black with #DD7733

Text Example


Text Example

White with #DD7733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7733; }

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

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

background-color css

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

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

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

border-color css

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

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

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