Html Css Color HEX #DD7533 Tahiti Gold

📋 copy color: '#DD7533'

red 221 ◦ green 117 ◦ blue 51

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

Shades of Tahiti Gold #DD7533

Tints of Tahiti Gold #DD7533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.11%

R = 56.81%
G = 30.08%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD7533 (or 0xDD7533) is known color: Tahiti Gold. HEX triplet: DD, 75 and 33. RGB value is (221,117,51). Sum of RGB (Red+Green+Blue) = 221+117+51=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7533 is #228ACC. Grayscale: #8C8C8C. Windows color (decimal): -2263757 or 3372509. OLE color: 3372509.

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

Color convert

RGB 221 117 51 -
CMYK 0 0.47 0.77 0.13
HSL 23.29º 0.71% 0.53% -
HSV(B) 23.29º 0.77% 0.87% -
XYZ 36.78 28.33 6.66 -
YUV 140.57 77.46 185.37 -
System Red Green Blue C M Y K H S L
Decimal 221 117 51 0 0.47 0.77 0.13 23.29 0.71 0.53
Hex DD 75 33 0 2F 4D D 17 47 35
Octal 335 165 63 0 57 115 15 27 107 65
Binary 11011101 1110101 110011 0 101111 1001101 1101 10111 1000111 110101

Color Harmonies of #DD7533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7533

Black with #DD7533

Text Example


Text Example

White with #DD7533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7533; }

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

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

background-color css

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

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

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

border-color css

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

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

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