Html Css Color HEX #DC712F Tahiti Gold

📋 copy color: '#DC712F'

red 220 ◦ green 113 ◦ blue 47

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

Shades of Tahiti Gold #DC712F

Tints of Tahiti Gold #DC712F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

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

R = 57.89%
G = 29.74%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC712F (or 0xDC712F) is known color: Tahiti Gold. HEX triplet: DC, 71 and 2F. RGB value is (220,113,47). Sum of RGB (Red+Green+Blue) = 220+113+47=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC712F is #238ED0. Grayscale: #898989. Windows color (decimal): -2330321 or 3109340. OLE color: 3109340.

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

Color convert

RGB 220 113 47 -
CMYK 0 0.49 0.79 0.14
HSL 22.89º 0.71% 0.52% -
HSV(B) 22.89º 0.79% 0.86% -
XYZ 35.93 27.23 6.05 -
YUV 137.47 76.95 186.87 -
System Red Green Blue C M Y K H S L
Decimal 220 113 47 0 0.49 0.79 0.14 22.89 0.71 0.52
Hex DC 71 2F 0 31 4F E 17 47 34
Octal 334 161 57 0 61 117 16 27 107 64
Binary 11011100 1110001 101111 0 110001 1001111 1110 10111 1000111 110100

Color Harmonies of #DC712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC712F

Black with #DC712F

Text Example


Text Example

White with #DC712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC712F; }

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

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

background-color css

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

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

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

border-color css

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

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

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