Html Css Color HEX #DD7126 Tahiti Gold

📋 copy color: '#DD7126'

red 221 ◦ green 113 ◦ blue 38

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

Shades of Tahiti Gold #DD7126

Tints of Tahiti Gold #DD7126

RGB

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

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

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

R = 59.41%
G = 30.38%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD7126 (or 0xDD7126) is known color: Tahiti Gold. HEX triplet: DD, 71 and 26. RGB value is (221,113,38). Sum of RGB (Red+Green+Blue) = 221+113+38=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 38 (15.23% from 255 or 10.22% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7126 is #228ED9. Grayscale: #898989. Windows color (decimal): -2264794 or 2519517. OLE color: 2519517.

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

Color convert

RGB 221 113 38 -
CMYK 0 0.49 0.83 0.13
HSL 24.59º 0.73% 0.51% -
HSV(B) 24.59º 0.83% 0.87% -
XYZ 36.07 27.32 5.21 -
YUV 136.74 72.28 188.1 -
System Red Green Blue C M Y K H S L
Decimal 221 113 38 0 0.49 0.83 0.13 24.59 0.73 0.51
Hex DD 71 26 0 31 53 D 19 49 33
Octal 335 161 46 0 61 123 15 31 111 63
Binary 11011101 1110001 100110 0 110001 1010011 1101 11001 1001001 110011

Color Harmonies of #DD7126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7126

Black with #DD7126

Text Example


Text Example

White with #DD7126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7126; }

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

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

background-color css

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

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

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

border-color css

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

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

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