Html Css Color HEX #DD7732 Tahiti Gold

📋 copy color: '#DD7732'

red 221 ◦ green 119 ◦ blue 50

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

Shades of Tahiti Gold #DD7732

Tints of Tahiti Gold #DD7732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.82%

R = 56.67%
G = 30.51%
B = 12.82%

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

#DD7732 (or 0xDD7732) is known color: Tahiti Gold. HEX triplet: DD, 77 and 32. RGB value is (221,119,50). Sum of RGB (Red+Green+Blue) = 221+119+50=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7732 is #2288CD. Grayscale: #8E8E8E. Windows color (decimal): -2263246 or 3307485. OLE color: 3307485.

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

Color convert

RGB 221 119 50 -
CMYK 0 0.46 0.77 0.13
HSL 24.21º 0.72% 0.53% -
HSV(B) 24.21º 0.77% 0.87% -
XYZ 36.99 28.8 6.63 -
YUV 141.63 76.29 184.61 -
System Red Green Blue C M Y K H S L
Decimal 221 119 50 0 0.46 0.77 0.13 24.21 0.72 0.53
Hex DD 77 32 0 2E 4D D 18 48 35
Octal 335 167 62 0 56 115 15 30 110 65
Binary 11011101 1110111 110010 0 101110 1001101 1101 11000 1001000 110101

Color Harmonies of #DD7732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7732

Black with #DD7732

Text Example


Text Example

White with #DD7732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7732; }

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

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

background-color css

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

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

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

border-color css

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

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

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