Html Css Color HEX #DD7030 Tahiti Gold

📋 copy color: '#DD7030'

red 221 ◦ green 112 ◦ blue 48

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

Shades of Tahiti Gold #DD7030

Tints of Tahiti Gold #DD7030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

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

R = 58.01%
G = 29.4%
B = 12.6%

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

#DD7030 (or 0xDD7030) is known color: Tahiti Gold. HEX triplet: DD, 70 and 30. RGB value is (221,112,48). Sum of RGB (Red+Green+Blue) = 221+112+48=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7030 is #228FCF. Grayscale: #898989. Windows color (decimal): -2265040 or 3174621. OLE color: 3174621.

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

Color convert

RGB 221 112 48 -
CMYK 0 0.49 0.78 0.13
HSL 22.2º 0.72% 0.53% -
HSV(B) 22.2º 0.78% 0.87% -
XYZ 36.15 27.17 6.14 -
YUV 137.3 77.61 187.7 -
System Red Green Blue C M Y K H S L
Decimal 221 112 48 0 0.49 0.78 0.13 22.2 0.72 0.53
Hex DD 70 30 0 31 4E D 16 48 35
Octal 335 160 60 0 61 116 15 26 110 65
Binary 11011101 1110000 110000 0 110001 1001110 1101 10110 1001000 110101

Color Harmonies of #DD7030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7030

Black with #DD7030

Text Example


Text Example

White with #DD7030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7030; }

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

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

background-color css

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

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

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

border-color css

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

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

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