Html Css Color HEX #DC7523 Tahiti Gold

📋 copy color: '#DC7523'

red 220 ◦ green 117 ◦ blue 35

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

Shades of Tahiti Gold #DC7523

Tints of Tahiti Gold #DC7523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.41%

R = 59.14%
G = 31.45%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC7523 (or 0xDC7523) is known color: Tahiti Gold. HEX triplet: DC, 75 and 23. RGB value is (220,117,35). Sum of RGB (Red+Green+Blue) = 220+117+35=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7523 is #238ADC. Grayscale: #8A8A8A. Windows color (decimal): -2329309 or 2323932. OLE color: 2323932.

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

Color convert

RGB 220 117 35 -
CMYK 0 0.47 0.84 0.14
HSL 26.59º 0.73% 0.5% -
HSV(B) 26.59º 0.84% 0.86% -
XYZ 36.18 28.06 5.1 -
YUV 138.45 69.62 186.17 -
System Red Green Blue C M Y K H S L
Decimal 220 117 35 0 0.47 0.84 0.14 26.59 0.73 0.5
Hex DC 75 23 0 2F 54 E 1B 49 32
Octal 334 165 43 0 57 124 16 33 111 62
Binary 11011100 1110101 100011 0 101111 1010100 1110 11011 1001001 110010

Color Harmonies of #DC7523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7523

Black with #DC7523

Text Example


Text Example

White with #DC7523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7523; }

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

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

background-color css

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

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

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

border-color css

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

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

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