Html Css Color HEX #DD7131 Tahiti Gold

📋 copy color: '#DD7131'

red 221 ◦ green 113 ◦ blue 49

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

Shades of Tahiti Gold #DD7131

Tints of Tahiti Gold #DD7131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.5%

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

R = 57.7%
G = 29.5%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD7131 (or 0xDD7131) is known color: Tahiti Gold. HEX triplet: DD, 71 and 31. RGB value is (221,113,49). Sum of RGB (Red+Green+Blue) = 221+113+49=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7131 is #228ECE. Grayscale: #8A8A8A. Windows color (decimal): -2264783 or 3240413. OLE color: 3240413.

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

Color convert

RGB 221 113 49 -
CMYK 0 0.49 0.78 0.13
HSL 22.33º 0.72% 0.53% -
HSV(B) 22.33º 0.78% 0.87% -
XYZ 36.28 27.4 6.28 -
YUV 138 77.78 187.2 -
System Red Green Blue C M Y K H S L
Decimal 221 113 49 0 0.49 0.78 0.13 22.33 0.72 0.53
Hex DD 71 31 0 31 4E D 16 48 35
Octal 335 161 61 0 61 116 15 26 110 65
Binary 11011101 1110001 110001 0 110001 1001110 1101 10110 1001000 110101

Color Harmonies of #DD7131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7131

Black with #DD7131

Text Example


Text Example

White with #DD7131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7131; }

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

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

background-color css

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

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

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

border-color css

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

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

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