Html Css Color HEX #DD7130 Tahiti Gold

📋 copy color: '#DD7130'

red 221 ◦ green 113 ◦ blue 48

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

Shades of Tahiti Gold #DD7130

Tints of Tahiti Gold #DD7130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.57%

R = 57.85%
G = 29.58%
B = 12.57%

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

#DD7130 (or 0xDD7130) is known color: Tahiti Gold. HEX triplet: DD, 71 and 30. RGB value is (221,113,48). Sum of RGB (Red+Green+Blue) = 221+113+48=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7130 is #228ECF. Grayscale: #8A8A8A. Windows color (decimal): -2264784 or 3174877. OLE color: 3174877.

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

Color convert

RGB 221 113 48 -
CMYK 0 0.49 0.78 0.13
HSL 22.54º 0.72% 0.53% -
HSV(B) 22.54º 0.78% 0.87% -
XYZ 36.26 27.4 6.17 -
YUV 137.88 77.28 187.29 -
System Red Green Blue C M Y K H S L
Decimal 221 113 48 0 0.49 0.78 0.13 22.54 0.72 0.53
Hex DD 71 30 0 31 4E D 17 48 35
Octal 335 161 60 0 61 116 15 27 110 65
Binary 11011101 1110001 110000 0 110001 1001110 1101 10111 1001000 110101

Color Harmonies of #DD7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7130

Black with #DD7130

Text Example


Text Example

White with #DD7130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7130; }

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

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

background-color css

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

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

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

border-color css

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

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

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