Html Css Color HEX #DC741F Tahiti Gold

📋 copy color: '#DC741F'

red 220 ◦ green 116 ◦ blue 31

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

Shades of Tahiti Gold #DC741F

Tints of Tahiti Gold #DC741F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.45%

R = 59.95%
G = 31.61%
B = 8.45%

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

#DC741F (or 0xDC741F) is known color: Tahiti Gold. HEX triplet: DC, 74 and 1F. RGB value is (220,116,31). Sum of RGB (Red+Green+Blue) = 220+116+31=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC741F is #238BE0. Grayscale: #898989. Windows color (decimal): -2329569 or 2061532. OLE color: 2061532.

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

Color convert

RGB 220 116 31 -
CMYK 0 0.47 0.86 0.14
HSL 26.98º 0.75% 0.49% -
HSV(B) 26.98º 0.86% 0.86% -
XYZ 36.01 27.81 4.77 -
YUV 137.41 67.96 186.91 -
System Red Green Blue C M Y K H S L
Decimal 220 116 31 0 0.47 0.86 0.14 26.98 0.75 0.49
Hex DC 74 1F 0 2F 56 E 1B 4B 31
Octal 334 164 37 0 57 126 16 33 113 61
Binary 11011100 1110100 11111 0 101111 1010110 1110 11011 1001011 110001

Color Harmonies of #DC741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC741F

Black with #DC741F

Text Example


Text Example

White with #DC741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC741F; }

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

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

background-color css

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

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

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

border-color css

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

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

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