Html Css Color HEX #DF701F Tahiti Gold

📋 copy color: '#DF701F'

red 223 ◦ green 112 ◦ blue 31

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

Shades of Tahiti Gold #DF701F

Tints of Tahiti Gold #DF701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

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

R = 60.93%
G = 30.6%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF701F (or 0xDF701F) is known color: Tahiti Gold. HEX triplet: DF, 70 and 1F. RGB value is (223,112,31). Sum of RGB (Red+Green+Blue) = 223+112+31=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF701F is #208FE0. Grayscale: #888888. Windows color (decimal): -2133985 or 2060511. OLE color: 2060511.

HSL color Cylindrical-coordinate representation of color #DF701F: hue angle of 25.31º 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 #DF701F is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 112 31 -
CMYK 0 0.50 0.86 0.13
HSL 25.31º 0.76% 0.5% -
HSV(B) 25.31º 0.86% 0.87% -
XYZ 36.47 27.38 4.66 -
YUV 135.96 68.77 190.09 -
System Red Green Blue C M Y K H S L
Decimal 223 112 31 0 0.50 0.86 0.13 25.31 0.76 0.5
Hex DF 70 1F 0 32 56 D 19 4C 32
Octal 337 160 37 0 62 126 15 31 114 62
Binary 11011111 1110000 11111 0 110010 1010110 1101 11001 1001100 110010

Color Harmonies of #DF701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF701F

Black with #DF701F

Text Example


Text Example

White with #DF701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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