Html Css Color HEX #DC7E2E Tahiti Gold

📋 copy color: '#DC7E2E'

red 220 ◦ green 126 ◦ blue 46

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

Shades of Tahiti Gold #DC7E2E

Tints of Tahiti Gold #DC7E2E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.14%

 BLUE value IS 46 (18.36% from 255) = 11.73%

R = 56.12%
G = 32.14%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC7E2E (or 0xDC7E2E) is known color: Tahiti Gold. HEX triplet: DC, 7E and 2E. RGB value is (220,126,46). Sum of RGB (Red+Green+Blue) = 220+126+46=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E2E is #2381D1. Grayscale: #919191. Windows color (decimal): -2326994 or 3047132. OLE color: 3047132.

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

Color convert

RGB 220 126 46 -
CMYK 0 0.43 0.79 0.14
HSL 27.59º 0.71% 0.52% -
HSV(B) 27.59º 0.79% 0.86% -
XYZ 37.47 30.33 6.47 -
YUV 144.99 72.14 181.5 -
System Red Green Blue C M Y K H S L
Decimal 220 126 46 0 0.43 0.79 0.14 27.59 0.71 0.52
Hex DC 7E 2E 0 2B 4F E 1C 47 34
Octal 334 176 56 0 53 117 16 34 107 64
Binary 11011100 1111110 101110 0 101011 1001111 1110 11100 1000111 110100

Color Harmonies of #DC7E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E2E

Black with #DC7E2E

Text Example


Text Example

White with #DC7E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E2E; }

 p { color: rgb(220,126,46); }

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

background-color css

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

 a { background-color: rgb(220,126,46); }

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

border-color css

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

 span { border-color: rgb(220,126,46); }

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