Html Css Color HEX #DC7328 Tahiti Gold

📋 copy color: '#DC7328'

red 220 ◦ green 115 ◦ blue 40

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

Shades of Tahiti Gold #DC7328

Tints of Tahiti Gold #DC7328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

 BLUE value IS 40 (16.02% from 255) = 10.67%

R = 58.67%
G = 30.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC7328 (or 0xDC7328) is known color: Tahiti Gold. HEX triplet: DC, 73 and 28. RGB value is (220,115,40). Sum of RGB (Red+Green+Blue) = 220+115+40=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7328 is #238CD7. Grayscale: #8A8A8A. Windows color (decimal): -2329816 or 2651100. OLE color: 2651100.

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

Color convert

RGB 220 115 40 -
CMYK 0 0.48 0.82 0.14
HSL 25º 0.72% 0.51% -
HSV(B) 25º 0.82% 0.86% -
XYZ 36.03 27.63 5.44 -
YUV 137.85 72.79 186.6 -
System Red Green Blue C M Y K H S L
Decimal 220 115 40 0 0.48 0.82 0.14 25 0.72 0.51
Hex DC 73 28 0 30 52 E 19 48 33
Octal 334 163 50 0 60 122 16 31 110 63
Binary 11011100 1110011 101000 0 110000 1010010 1110 11001 1001000 110011

Color Harmonies of #DC7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7328

Black with #DC7328

Text Example


Text Example

White with #DC7328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7328; }

 p { color: rgb(220,115,40); }

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

background-color css

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

 a { background-color: rgb(220,115,40); }

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

border-color css

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

 span { border-color: rgb(220,115,40); }

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