Html Css Color HEX #DC7830 Tahiti Gold

📋 copy color: '#DC7830'

red 220 ◦ green 120 ◦ blue 48

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

Shades of Tahiti Gold #DC7830

Tints of Tahiti Gold #DC7830

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.93%

 BLUE value IS 48 (19.14% from 255) = 12.37%

R = 56.7%
G = 30.93%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC7830 (or 0xDC7830) is known color: Tahiti Gold. HEX triplet: DC, 78 and 30. RGB value is (220,120,48). Sum of RGB (Red+Green+Blue) = 220+120+48=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7830 is #2387CF. Grayscale: #8E8E8E. Windows color (decimal): -2328528 or 3176668. OLE color: 3176668.

HSL color Cylindrical-coordinate representation of color #DC7830: hue angle of 25.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC7830 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 120 48 -
CMYK 0 0.45 0.78 0.14
HSL 25.12º 0.71% 0.53% -
HSV(B) 25.12º 0.78% 0.86% -
XYZ 36.77 28.86 6.43 -
YUV 141.69 75.13 183.85 -
System Red Green Blue C M Y K H S L
Decimal 220 120 48 0 0.45 0.78 0.14 25.12 0.71 0.53
Hex DC 78 30 0 2D 4E E 19 47 35
Octal 334 170 60 0 55 116 16 31 107 65
Binary 11011100 1111000 110000 0 101101 1001110 1110 11001 1000111 110101

Color Harmonies of #DC7830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7830

Black with #DC7830

Text Example


Text Example

White with #DC7830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7830; }

 p { color: rgb(220,120,48); }

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

background-color css

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

 a { background-color: rgb(220,120,48); }

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

border-color css

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

 span { border-color: rgb(220,120,48); }

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