Html Css Color HEX #DD7631 Tahiti Gold

📋 copy color: '#DD7631'

red 221 ◦ green 118 ◦ blue 49

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

Shades of Tahiti Gold #DD7631

Tints of Tahiti Gold #DD7631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.63%

R = 56.96%
G = 30.41%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD7631 (or 0xDD7631) is known color: Tahiti Gold. HEX triplet: DD, 76 and 31. RGB value is (221,118,49). Sum of RGB (Red+Green+Blue) = 221+118+49=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7631 is #2289CE. Grayscale: #8D8D8D. Windows color (decimal): -2263503 or 3241693. OLE color: 3241693.

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

Color convert

RGB 221 118 49 -
CMYK 0 0.47 0.78 0.13
HSL 24.07º 0.72% 0.53% -
HSV(B) 24.07º 0.78% 0.87% -
XYZ 36.85 28.55 6.47 -
YUV 140.93 76.12 185.11 -
System Red Green Blue C M Y K H S L
Decimal 221 118 49 0 0.47 0.78 0.13 24.07 0.72 0.53
Hex DD 76 31 0 2F 4E D 18 48 35
Octal 335 166 61 0 57 116 15 30 110 65
Binary 11011101 1110110 110001 0 101111 1001110 1101 11000 1001000 110101

Color Harmonies of #DD7631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7631

Black with #DD7631

Text Example


Text Example

White with #DD7631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7631; }

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

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

background-color css

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

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

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

border-color css

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

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

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