Html Css Color HEX #DD8126 Tahiti Gold

📋 copy color: '#DD8126'

red 221 ◦ green 129 ◦ blue 38

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

Shades of Tahiti Gold #DD8126

Tints of Tahiti Gold #DD8126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.79%

R = 56.96%
G = 33.25%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD8126 (or 0xDD8126) is known color: Tahiti Gold. HEX triplet: DD, 81 and 26. RGB value is (221,129,38). Sum of RGB (Red+Green+Blue) = 221+129+38=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8126 is #227ED9. Grayscale: #929292. Windows color (decimal): -2260698 or 2523613. OLE color: 2523613.

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

Color convert

RGB 221 129 38 -
CMYK 0 0.42 0.83 0.13
HSL 29.84º 0.73% 0.51% -
HSV(B) 29.84º 0.83% 0.87% -
XYZ 38.02 31.21 5.85 -
YUV 146.13 66.98 181.4 -
System Red Green Blue C M Y K H S L
Decimal 221 129 38 0 0.42 0.83 0.13 29.84 0.73 0.51
Hex DD 81 26 0 2A 53 D 1E 49 33
Octal 335 201 46 0 52 123 15 36 111 63
Binary 11011101 10000001 100110 0 101010 1010011 1101 11110 1001001 110011

Color Harmonies of #DD8126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8126

Black with #DD8126

Text Example


Text Example

White with #DD8126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8126; }

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

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

background-color css

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

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

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

border-color css

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

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

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