Html Css Color HEX #DD7122 Tahiti Gold

📋 copy color: '#DD7122'

red 221 ◦ green 113 ◦ blue 34

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

Shades of Tahiti Gold #DD7122

Tints of Tahiti Gold #DD7122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.71%

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

R = 60.05%
G = 30.71%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD7122 (or 0xDD7122) is known color: Tahiti Gold. HEX triplet: DD, 71 and 22. RGB value is (221,113,34). Sum of RGB (Red+Green+Blue) = 221+113+34=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7122 is #228EDD. Grayscale: #888888. Windows color (decimal): -2264798 or 2257373. OLE color: 2257373.

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

Color convert

RGB 221 113 34 -
CMYK 0 0.49 0.85 0.13
HSL 25.35º 0.73% 0.5% -
HSV(B) 25.35º 0.85% 0.87% -
XYZ 36.01 27.3 4.88 -
YUV 136.29 70.28 188.42 -
System Red Green Blue C M Y K H S L
Decimal 221 113 34 0 0.49 0.85 0.13 25.35 0.73 0.5
Hex DD 71 22 0 31 55 D 19 49 32
Octal 335 161 42 0 61 125 15 31 111 62
Binary 11011101 1110001 100010 0 110001 1010101 1101 11001 1001001 110010

Color Harmonies of #DD7122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7122

Black with #DD7122

Text Example


Text Example

White with #DD7122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7122; }

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

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

background-color css

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

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

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

border-color css

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

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

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