Html Css Color HEX #DC742F Tahiti Gold

📋 copy color: '#DC742F'

red 220 ◦ green 116 ◦ blue 47

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

Shades of Tahiti Gold #DC742F

Tints of Tahiti Gold #DC742F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.27%

R = 57.44%
G = 30.29%
B = 12.27%

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

#DC742F (or 0xDC742F) is known color: Tahiti Gold. HEX triplet: DC, 74 and 2F. RGB value is (220,116,47). Sum of RGB (Red+Green+Blue) = 220+116+47=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC742F is #238BD0. Grayscale: #8B8B8B. Windows color (decimal): -2329553 or 3110108. OLE color: 3110108.

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

Color convert

RGB 220 116 47 -
CMYK 0 0.47 0.79 0.14
HSL 23.93º 0.71% 0.52% -
HSV(B) 23.93º 0.79% 0.86% -
XYZ 36.27 27.91 6.16 -
YUV 139.23 75.96 185.61 -
System Red Green Blue C M Y K H S L
Decimal 220 116 47 0 0.47 0.79 0.14 23.93 0.71 0.52
Hex DC 74 2F 0 2F 4F E 18 47 34
Octal 334 164 57 0 57 117 16 30 107 64
Binary 11011100 1110100 101111 0 101111 1001111 1110 11000 1000111 110100

Color Harmonies of #DC742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC742F

Black with #DC742F

Text Example


Text Example

White with #DC742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC742F; }

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

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

background-color css

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

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

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

border-color css

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

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

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