Html Css Color HEX #DD7530 Tahiti Gold

📋 copy color: '#DD7530'

red 221 ◦ green 117 ◦ blue 48

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

Shades of Tahiti Gold #DD7530

Tints of Tahiti Gold #DD7530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.31%

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

R = 57.25%
G = 30.31%
B = 12.44%

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

#DD7530 (or 0xDD7530) is known color: Tahiti Gold. HEX triplet: DD, 75 and 30. RGB value is (221,117,48). Sum of RGB (Red+Green+Blue) = 221+117+48=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7530 is #228ACF. Grayscale: #8C8C8C. Windows color (decimal): -2263760 or 3175901. OLE color: 3175901.

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

Color convert

RGB 221 117 48 -
CMYK 0 0.47 0.78 0.13
HSL 23.93º 0.72% 0.53% -
HSV(B) 23.93º 0.78% 0.87% -
XYZ 36.71 28.31 6.33 -
YUV 140.23 75.96 185.61 -
System Red Green Blue C M Y K H S L
Decimal 221 117 48 0 0.47 0.78 0.13 23.93 0.72 0.53
Hex DD 75 30 0 2F 4E D 18 48 35
Octal 335 165 60 0 57 116 15 30 110 65
Binary 11011101 1110101 110000 0 101111 1001110 1101 11000 1001000 110101

Color Harmonies of #DD7530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7530

Black with #DD7530

Text Example


Text Example

White with #DD7530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7530; }

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

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

background-color css

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

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

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

border-color css

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

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

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