Html Css Color HEX #DD7522 Tahiti Gold

📋 copy color: '#DD7522'

red 221 ◦ green 117 ◦ blue 34

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

Shades of Tahiti Gold #DD7522

Tints of Tahiti Gold #DD7522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.14%

R = 59.41%
G = 31.45%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD7522 (or 0xDD7522) is known color: Tahiti Gold. HEX triplet: DD, 75 and 22. RGB value is (221,117,34). Sum of RGB (Red+Green+Blue) = 221+117+34=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7522 is #228ADD. Grayscale: #8B8B8B. Windows color (decimal): -2263774 or 2258397. OLE color: 2258397.

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

Color convert

RGB 221 117 34 -
CMYK 0 0.47 0.85 0.13
HSL 26.63º 0.73% 0.5% -
HSV(B) 26.63º 0.85% 0.87% -
XYZ 36.47 28.21 5.04 -
YUV 138.63 68.96 186.75 -
System Red Green Blue C M Y K H S L
Decimal 221 117 34 0 0.47 0.85 0.13 26.63 0.73 0.5
Hex DD 75 22 0 2F 55 D 1B 49 32
Octal 335 165 42 0 57 125 15 33 111 62
Binary 11011101 1110101 100010 0 101111 1010101 1101 11011 1001001 110010

Color Harmonies of #DD7522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7522

Black with #DD7522

Text Example


Text Example

White with #DD7522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7522; }

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

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

background-color css

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

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

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

border-color css

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

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

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