Html Css Color HEX #DD7526 Tahiti Gold

📋 copy color: '#DD7526'

red 221 ◦ green 117 ◦ blue 38

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

Shades of Tahiti Gold #DD7526

Tints of Tahiti Gold #DD7526

RGB

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

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

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

R = 58.78%
G = 31.12%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD7526 (or 0xDD7526) is known color: Tahiti Gold. HEX triplet: DD, 75 and 26. RGB value is (221,117,38). Sum of RGB (Red+Green+Blue) = 221+117+38=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7526 is #228AD9. Grayscale: #8B8B8B. Windows color (decimal): -2263770 or 2520541. OLE color: 2520541.

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

Color convert

RGB 221 117 38 -
CMYK 0 0.47 0.83 0.13
HSL 25.9º 0.73% 0.51% -
HSV(B) 25.9º 0.83% 0.87% -
XYZ 36.53 28.23 5.36 -
YUV 139.09 70.96 186.42 -
System Red Green Blue C M Y K H S L
Decimal 221 117 38 0 0.47 0.83 0.13 25.9 0.73 0.51
Hex DD 75 26 0 2F 53 D 1A 49 33
Octal 335 165 46 0 57 123 15 32 111 63
Binary 11011101 1110101 100110 0 101111 1010011 1101 11010 1001001 110011

Color Harmonies of #DD7526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7526

Black with #DD7526

Text Example


Text Example

White with #DD7526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7526; }

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

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

background-color css

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

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

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

border-color css

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

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

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