Html Css Color HEX #DF6F1F Tahiti Gold

📋 copy color: '#DF6F1F'

red 223 ◦ green 111 ◦ blue 31

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

Shades of Tahiti Gold #DF6F1F

Tints of Tahiti Gold #DF6F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.41%

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

R = 61.1%
G = 30.41%
B = 8.49%

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

#DF6F1F (or 0xDF6F1F) is known color: Tahiti Gold. HEX triplet: DF, 6F and 1F. RGB value is (223,111,31). Sum of RGB (Red+Green+Blue) = 223+111+31=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6F1F is #2090E0. Grayscale: #878787. Windows color (decimal): -2134241 or 2060255. OLE color: 2060255.

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

Color convert

RGB 223 111 31 -
CMYK 0 0.50 0.86 0.13
HSL 25º 0.76% 0.5% -
HSV(B) 25º 0.86% 0.87% -
XYZ 36.36 27.16 4.62 -
YUV 135.37 69.11 190.5 -
System Red Green Blue C M Y K H S L
Decimal 223 111 31 0 0.50 0.86 0.13 25 0.76 0.5
Hex DF 6F 1F 0 32 56 D 19 4C 32
Octal 337 157 37 0 62 126 15 31 114 62
Binary 11011111 1101111 11111 0 110010 1010110 1101 11001 1001100 110010

Color Harmonies of #DF6F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6F1F

Black with #DF6F1F

Text Example


Text Example

White with #DF6F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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