Html Css Color HEX #DD7632 Tahiti Gold

📋 copy color: '#DD7632'

red 221 ◦ green 118 ◦ blue 50

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

Shades of Tahiti Gold #DD7632

Tints of Tahiti Gold #DD7632

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

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

R = 56.81%
G = 30.33%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD7632 (or 0xDD7632) is known color: Tahiti Gold. HEX triplet: DD, 76 and 32. RGB value is (221,118,50). Sum of RGB (Red+Green+Blue) = 221+118+50=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7632 is #2289CD. Grayscale: #8D8D8D. Windows color (decimal): -2263502 or 3307229. OLE color: 3307229.

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

Color convert

RGB 221 118 50 -
CMYK 0 0.47 0.77 0.13
HSL 23.86º 0.72% 0.53% -
HSV(B) 23.86º 0.77% 0.87% -
XYZ 36.87 28.56 6.59 -
YUV 141.05 76.62 185.03 -
System Red Green Blue C M Y K H S L
Decimal 221 118 50 0 0.47 0.77 0.13 23.86 0.72 0.53
Hex DD 76 32 0 2F 4D D 18 48 35
Octal 335 166 62 0 57 115 15 30 110 65
Binary 11011101 1110110 110010 0 101111 1001101 1101 11000 1001000 110101

Color Harmonies of #DD7632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7632

Black with #DD7632

Text Example


Text Example

White with #DD7632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7632; }

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

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

background-color css

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

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

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

border-color css

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

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

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