Html Css Color HEX #DD7633 Tahiti Gold

📋 copy color: '#DD7633'

red 221 ◦ green 118 ◦ blue 51

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

Shades of Tahiti Gold #DD7633

Tints of Tahiti Gold #DD7633

RGB

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

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

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

R = 56.67%
G = 30.26%
B = 13.08%

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

#DD7633 (or 0xDD7633) is known color: Tahiti Gold. HEX triplet: DD, 76 and 33. RGB value is (221,118,51). Sum of RGB (Red+Green+Blue) = 221+118+51=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7633 is #2289CC. Grayscale: #8D8D8D. Windows color (decimal): -2263501 or 3372765. OLE color: 3372765.

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

Color convert

RGB 221 118 51 -
CMYK 0 0.47 0.77 0.13
HSL 23.65º 0.71% 0.53% -
HSV(B) 23.65º 0.77% 0.87% -
XYZ 36.89 28.57 6.7 -
YUV 141.16 77.12 184.95 -
System Red Green Blue C M Y K H S L
Decimal 221 118 51 0 0.47 0.77 0.13 23.65 0.71 0.53
Hex DD 76 33 0 2F 4D D 18 47 35
Octal 335 166 63 0 57 115 15 30 107 65
Binary 11011101 1110110 110011 0 101111 1001101 1101 11000 1000111 110101

Color Harmonies of #DD7633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7633

Black with #DD7633

Text Example


Text Example

White with #DD7633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7633; }

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

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

background-color css

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

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

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

border-color css

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

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

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