Html Css Color HEX #DC7526 Tahiti Gold

📋 copy color: '#DC7526'

red 220 ◦ green 117 ◦ blue 38

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

Shades of Tahiti Gold #DC7526

Tints of Tahiti Gold #DC7526

RGB

 RED value IS 220 (86.33% from 255) = 58.67%

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

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

R = 58.67%
G = 31.2%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC7526 (or 0xDC7526) is known color: Tahiti Gold. HEX triplet: DC, 75 and 26. RGB value is (220,117,38). Sum of RGB (Red+Green+Blue) = 220+117+38=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7526 is #238AD9. Grayscale: #8B8B8B. Windows color (decimal): -2329306 or 2520540. OLE color: 2520540.

HSL color Cylindrical-coordinate representation of color #DC7526: hue angle of 26.04º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC7526 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 38 -
CMYK 0 0.47 0.83 0.14
HSL 26.04º 0.72% 0.51% -
HSV(B) 26.04º 0.83% 0.86% -
XYZ 36.23 28.08 5.34 -
YUV 138.79 71.12 185.92 -
System Red Green Blue C M Y K H S L
Decimal 220 117 38 0 0.47 0.83 0.14 26.04 0.72 0.51
Hex DC 75 26 0 2F 53 E 1A 48 33
Octal 334 165 46 0 57 123 16 32 110 63
Binary 11011100 1110101 100110 0 101111 1010011 1110 11010 1001000 110011

Color Harmonies of #DC7526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7526

Black with #DC7526

Text Example


Text Example

White with #DC7526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7526; }

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

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

background-color css

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

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

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

border-color css

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

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

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