Html Css Color HEX #DF6D1F Tahiti Gold

📋 copy color: '#DF6D1F'

red 223 ◦ green 109 ◦ blue 31

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

Shades of Tahiti Gold #DF6D1F

Tints of Tahiti Gold #DF6D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.03%

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

R = 61.43%
G = 30.03%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF6D1F (or 0xDF6D1F) is known color: Tahiti Gold. HEX triplet: DF, 6D and 1F. RGB value is (223,109,31). Sum of RGB (Red+Green+Blue) = 223+109+31=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6D1F is #2092E0. Grayscale: #868686. Windows color (decimal): -2134753 or 2059743. OLE color: 2059743.

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

Color convert

RGB 223 109 31 -
CMYK 0 0.51 0.86 0.13
HSL 24.38º 0.76% 0.5% -
HSV(B) 24.38º 0.86% 0.87% -
XYZ 36.15 26.72 4.55 -
YUV 134.19 69.77 191.34 -
System Red Green Blue C M Y K H S L
Decimal 223 109 31 0 0.51 0.86 0.13 24.38 0.76 0.5
Hex DF 6D 1F 0 33 56 D 18 4C 32
Octal 337 155 37 0 63 126 15 30 114 62
Binary 11011111 1101101 11111 0 110011 1010110 1101 11000 1001100 110010

Color Harmonies of #DF6D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6D1F

Black with #DF6D1F

Text Example


Text Example

White with #DF6D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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