Html Css Color HEX #DC741E Tahiti Gold

📋 copy color: '#DC741E'

red 220 ◦ green 116 ◦ blue 30

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

Shades of Tahiti Gold #DC741E

Tints of Tahiti Gold #DC741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.69%

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

R = 60.11%
G = 31.69%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC741E (or 0xDC741E) is known color: Tahiti Gold. HEX triplet: DC, 74 and 1E. RGB value is (220,116,30). Sum of RGB (Red+Green+Blue) = 220+116+30=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC741E is #238BE1. Grayscale: #898989. Windows color (decimal): -2329570 or 1995996. OLE color: 1995996.

HSL color Cylindrical-coordinate representation of color #DC741E: hue angle of 27.16º 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 #DC741E is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 30 -
CMYK 0 0.47 0.86 0.14
HSL 27.16º 0.76% 0.49% -
HSV(B) 27.16º 0.86% 0.86% -
XYZ 35.99 27.8 4.7 -
YUV 137.29 67.46 186.99 -
System Red Green Blue C M Y K H S L
Decimal 220 116 30 0 0.47 0.86 0.14 27.16 0.76 0.49
Hex DC 74 1E 0 2F 56 E 1B 4C 31
Octal 334 164 36 0 57 126 16 33 114 61
Binary 11011100 1110100 11110 0 101111 1010110 1110 11011 1001100 110001

Color Harmonies of #DC741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC741E

Black with #DC741E

Text Example


Text Example

White with #DC741E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC741E; }

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

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

background-color css

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

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

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

border-color css

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

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

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