Html Css Color HEX #DD7531 Tahiti Gold

📋 copy color: '#DD7531'

red 221 ◦ green 117 ◦ blue 49

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

Shades of Tahiti Gold #DD7531

Tints of Tahiti Gold #DD7531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.66%

R = 57.11%
G = 30.23%
B = 12.66%

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

#DD7531 (or 0xDD7531) is known color: Tahiti Gold. HEX triplet: DD, 75 and 31. RGB value is (221,117,49). Sum of RGB (Red+Green+Blue) = 221+117+49=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7531 is #228ACE. Grayscale: #8C8C8C. Windows color (decimal): -2263759 or 3241437. OLE color: 3241437.

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

Color convert

RGB 221 117 49 -
CMYK 0 0.47 0.78 0.13
HSL 23.72º 0.72% 0.53% -
HSV(B) 23.72º 0.78% 0.87% -
XYZ 36.73 28.32 6.44 -
YUV 140.34 76.46 185.53 -
System Red Green Blue C M Y K H S L
Decimal 221 117 49 0 0.47 0.78 0.13 23.72 0.72 0.53
Hex DD 75 31 0 2F 4E D 18 48 35
Octal 335 165 61 0 57 116 15 30 110 65
Binary 11011101 1110101 110001 0 101111 1001110 1101 11000 1001000 110101

Color Harmonies of #DD7531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7531

Black with #DD7531

Text Example


Text Example

White with #DD7531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7531; }

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

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

background-color css

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

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

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

border-color css

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

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

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