Html Css Color HEX #DD7534 Tahiti Gold

📋 copy color: '#DD7534'

red 221 ◦ green 117 ◦ blue 52

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

Shades of Tahiti Gold #DD7534

Tints of Tahiti Gold #DD7534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.33%

R = 56.67%
G = 30%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD7534 (or 0xDD7534) is known color: Tahiti Gold. HEX triplet: DD, 75 and 34. RGB value is (221,117,52). Sum of RGB (Red+Green+Blue) = 221+117+52=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7534 is #228ACB. Grayscale: #8D8D8D. Windows color (decimal): -2263756 or 3438045. OLE color: 3438045.

HSL color Cylindrical-coordinate representation of color #DD7534: hue angle of 23.08º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD7534 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 117 52 -
CMYK 0 0.47 0.76 0.13
HSL 23.08º 0.71% 0.54% -
HSV(B) 23.08º 0.76% 0.87% -
XYZ 36.8 28.34 6.78 -
YUV 140.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 221 117 52 0 0.47 0.76 0.13 23.08 0.71 0.54
Hex DD 75 34 0 2F 4C D 17 47 36
Octal 335 165 64 0 57 114 15 27 107 66
Binary 11011101 1110101 110100 0 101111 1001100 1101 10111 1000111 110110

Color Harmonies of #DD7534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7534

Black with #DD7534

Text Example


Text Example

White with #DD7534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7534; }

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

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

background-color css

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

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

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

border-color css

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

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

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