Html Css Color HEX #DC7A1E Tahiti Gold

📋 copy color: '#DC7A1E'

red 220 ◦ green 122 ◦ blue 30

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

Shades of Tahiti Gold #DC7A1E

Tints of Tahiti Gold #DC7A1E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.8%

 BLUE value IS 30 (12.11% from 255) = 8.06%

R = 59.14%
G = 32.8%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC7A1E (or 0xDC7A1E) is known color: Tahiti Gold. HEX triplet: DC, 7A and 1E. RGB value is (220,122,30). Sum of RGB (Red+Green+Blue) = 220+122+30=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A1E is #2385E1. Grayscale: #8D8D8D. Windows color (decimal): -2328034 or 1997532. OLE color: 1997532.

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

Color convert

RGB 220 122 30 -
CMYK 0 0.45 0.86 0.14
HSL 29.05º 0.76% 0.49% -
HSV(B) 29.05º 0.86% 0.86% -
XYZ 36.71 29.23 4.94 -
YUV 140.81 65.47 184.48 -
System Red Green Blue C M Y K H S L
Decimal 220 122 30 0 0.45 0.86 0.14 29.05 0.76 0.49
Hex DC 7A 1E 0 2D 56 E 1D 4C 31
Octal 334 172 36 0 55 126 16 35 114 61
Binary 11011100 1111010 11110 0 101101 1010110 1110 11101 1001100 110001

Color Harmonies of #DC7A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A1E

Black with #DC7A1E

Text Example


Text Example

White with #DC7A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A1E; }

 p { color: rgb(220,122,30); }

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

background-color css

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

 a { background-color: rgb(220,122,30); }

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

border-color css

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

 span { border-color: rgb(220,122,30); }

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