Html Css Color HEX #DC742E Tahiti Gold

📋 copy color: '#DC742E'

red 220 ◦ green 116 ◦ blue 46

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

Shades of Tahiti Gold #DC742E

Tints of Tahiti Gold #DC742E

RGB

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

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

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

R = 57.59%
G = 30.37%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC742E (or 0xDC742E) is known color: Tahiti Gold. HEX triplet: DC, 74 and 2E. RGB value is (220,116,46). Sum of RGB (Red+Green+Blue) = 220+116+46=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC742E is #238BD1. Grayscale: #8B8B8B. Windows color (decimal): -2329554 or 3044572. OLE color: 3044572.

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

Color convert

RGB 220 116 46 -
CMYK 0 0.47 0.79 0.14
HSL 24.14º 0.71% 0.52% -
HSV(B) 24.14º 0.79% 0.86% -
XYZ 36.25 27.9 6.06 -
YUV 139.12 75.46 185.69 -
System Red Green Blue C M Y K H S L
Decimal 220 116 46 0 0.47 0.79 0.14 24.14 0.71 0.52
Hex DC 74 2E 0 2F 4F E 18 47 34
Octal 334 164 56 0 57 117 16 30 107 64
Binary 11011100 1110100 101110 0 101111 1001111 1110 11000 1000111 110100

Color Harmonies of #DC742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC742E

Black with #DC742E

Text Example


Text Example

White with #DC742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC742E; }

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

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

background-color css

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

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

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

border-color css

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

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

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