Html Css Color HEX #DD8122 Tahiti Gold

📋 copy color: '#DD8122'

red 221 ◦ green 129 ◦ blue 34

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

Shades of Tahiti Gold #DD8122

Tints of Tahiti Gold #DD8122

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.59%

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

R = 57.55%
G = 33.59%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD8122 (or 0xDD8122) is known color: Tahiti Gold. HEX triplet: DD, 81 and 22. RGB value is (221,129,34). Sum of RGB (Red+Green+Blue) = 221+129+34=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8122 is #227EDD. Grayscale: #929292. Windows color (decimal): -2260702 or 2261469. OLE color: 2261469.

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

Color convert

RGB 221 129 34 -
CMYK 0 0.42 0.85 0.13
HSL 30.48º 0.73% 0.5% -
HSV(B) 30.48º 0.85% 0.87% -
XYZ 37.96 31.19 5.53 -
YUV 145.68 64.98 181.72 -
System Red Green Blue C M Y K H S L
Decimal 221 129 34 0 0.42 0.85 0.13 30.48 0.73 0.5
Hex DD 81 22 0 2A 55 D 1E 49 32
Octal 335 201 42 0 52 125 15 36 111 62
Binary 11011101 10000001 100010 0 101010 1010101 1101 11110 1001001 110010

Color Harmonies of #DD8122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8122

Black with #DD8122

Text Example


Text Example

White with #DD8122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8122; }

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

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

background-color css

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

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

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

border-color css

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

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

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