Html Css Color HEX #DF711F Tahiti Gold

📋 copy color: '#DF711F'

red 223 ◦ green 113 ◦ blue 31

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

Shades of Tahiti Gold #DF711F

Tints of Tahiti Gold #DF711F

RGB

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

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

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

R = 60.76%
G = 30.79%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF711F (or 0xDF711F) is known color: Tahiti Gold. HEX triplet: DF, 71 and 1F. RGB value is (223,113,31). Sum of RGB (Red+Green+Blue) = 223+113+31=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF711F is #208EE0. Grayscale: #888888. Windows color (decimal): -2133729 or 2060767. OLE color: 2060767.

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

Color convert

RGB 223 113 31 -
CMYK 0 0.49 0.86 0.13
HSL 25.63º 0.76% 0.5% -
HSV(B) 25.63º 0.86% 0.87% -
XYZ 36.58 27.6 4.69 -
YUV 136.54 68.44 189.67 -
System Red Green Blue C M Y K H S L
Decimal 223 113 31 0 0.49 0.86 0.13 25.63 0.76 0.5
Hex DF 71 1F 0 31 56 D 1A 4C 32
Octal 337 161 37 0 61 126 15 32 114 62
Binary 11011111 1110001 11111 0 110001 1010110 1101 11010 1001100 110010

Color Harmonies of #DF711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF711F

Black with #DF711F

Text Example


Text Example

White with #DF711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF711F; }

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

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

background-color css

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

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

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

border-color css

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

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

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