Html Css Color HEX #DD7330 Tahiti Gold

📋 copy color: '#DD7330'

red 221 ◦ green 115 ◦ blue 48

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

Shades of Tahiti Gold #DD7330

Tints of Tahiti Gold #DD7330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.95%

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

R = 57.55%
G = 29.95%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD7330 (or 0xDD7330) is known color: Tahiti Gold. HEX triplet: DD, 73 and 30. RGB value is (221,115,48). Sum of RGB (Red+Green+Blue) = 221+115+48=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7330 is #228CCF. Grayscale: #8B8B8B. Windows color (decimal): -2264272 or 3175389. OLE color: 3175389.

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

Color convert

RGB 221 115 48 -
CMYK 0 0.48 0.78 0.13
HSL 23.24º 0.72% 0.53% -
HSV(B) 23.24º 0.78% 0.87% -
XYZ 36.48 27.85 6.25 -
YUV 139.06 76.62 186.45 -
System Red Green Blue C M Y K H S L
Decimal 221 115 48 0 0.48 0.78 0.13 23.24 0.72 0.53
Hex DD 73 30 0 30 4E D 17 48 35
Octal 335 163 60 0 60 116 15 27 110 65
Binary 11011101 1110011 110000 0 110000 1001110 1101 10111 1001000 110101

Color Harmonies of #DD7330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7330

Black with #DD7330

Text Example


Text Example

White with #DD7330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7330; }

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

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

background-color css

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

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

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

border-color css

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

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

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