Html Css Color HEX #DF712F Tahiti Gold

📋 copy color: '#DF712F'

red 223 ◦ green 113 ◦ blue 47

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

Shades of Tahiti Gold #DF712F

Tints of Tahiti Gold #DF712F

RGB

 RED value IS 223 (87.5% from 255) = 58.22%

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

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

R = 58.22%
G = 29.5%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF712F (or 0xDF712F) is known color: Tahiti Gold. HEX triplet: DF, 71 and 2F. RGB value is (223,113,47). Sum of RGB (Red+Green+Blue) = 223+113+47=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF712F is #208ED0. Grayscale: #8A8A8A. Windows color (decimal): -2133713 or 3109343. OLE color: 3109343.

HSL color Cylindrical-coordinate representation of color #DF712F: hue angle of 22.5º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF712F is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 113 47 -
CMYK 0 0.49 0.79 0.13
HSL 22.5º 0.73% 0.53% -
HSV(B) 22.5º 0.79% 0.87% -
XYZ 36.85 27.7 6.09 -
YUV 138.37 76.44 188.37 -
System Red Green Blue C M Y K H S L
Decimal 223 113 47 0 0.49 0.79 0.13 22.5 0.73 0.53
Hex DF 71 2F 0 31 4F D 16 49 35
Octal 337 161 57 0 61 117 15 26 111 65
Binary 11011111 1110001 101111 0 110001 1001111 1101 10110 1001001 110101

Color Harmonies of #DF712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF712F

Black with #DF712F

Text Example


Text Example

White with #DF712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF712F; }

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

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

background-color css

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

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

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

border-color css

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

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

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