Html Css Color HEX #DD7A30 Tahiti Gold

📋 copy color: '#DD7A30'

red 221 ◦ green 122 ◦ blue 48

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

Shades of Tahiti Gold #DD7A30

Tints of Tahiti Gold #DD7A30

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

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

R = 56.52%
G = 31.2%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD7A30 (or 0xDD7A30) is known color: Tahiti Gold. HEX triplet: DD, 7A and 30. RGB value is (221,122,48). Sum of RGB (Red+Green+Blue) = 221+122+48=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A30 is #2285CF. Grayscale: #8F8F8F. Windows color (decimal): -2262480 or 3177181. OLE color: 3177181.

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

Color convert

RGB 221 122 48 -
CMYK 0 0.45 0.78 0.13
HSL 25.66º 0.72% 0.53% -
HSV(B) 25.66º 0.78% 0.87% -
XYZ 37.31 29.5 6.52 -
YUV 143.17 74.3 183.52 -
System Red Green Blue C M Y K H S L
Decimal 221 122 48 0 0.45 0.78 0.13 25.66 0.72 0.53
Hex DD 7A 30 0 2D 4E D 1A 48 35
Octal 335 172 60 0 55 116 15 32 110 65
Binary 11011101 1111010 110000 0 101101 1001110 1101 11010 1001000 110101

Color Harmonies of #DD7A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A30

Black with #DD7A30

Text Example


Text Example

White with #DD7A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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