Html Css Color HEX #DF6D1E Tahiti Gold

📋 copy color: '#DF6D1E'

red 223 ◦ green 109 ◦ blue 30

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

Shades of Tahiti Gold #DF6D1E

Tints of Tahiti Gold #DF6D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.29%

R = 61.6%
G = 30.11%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF6D1E (or 0xDF6D1E) is known color: Tahiti Gold. HEX triplet: DF, 6D and 1E. RGB value is (223,109,30). Sum of RGB (Red+Green+Blue) = 223+109+30=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6D1E is #2092E1. Grayscale: #868686. Windows color (decimal): -2134754 or 1994207. OLE color: 1994207.

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

Color convert

RGB 223 109 30 -
CMYK 0 0.51 0.87 0.13
HSL 24.56º 0.76% 0.5% -
HSV(B) 24.56º 0.87% 0.87% -
XYZ 36.13 26.72 4.48 -
YUV 134.08 69.27 191.42 -
System Red Green Blue C M Y K H S L
Decimal 223 109 30 0 0.51 0.87 0.13 24.56 0.76 0.5
Hex DF 6D 1E 0 33 57 D 19 4C 32
Octal 337 155 36 0 63 127 15 31 114 62
Binary 11011111 1101101 11110 0 110011 1010111 1101 11001 1001100 110010

Color Harmonies of #DF6D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6D1E

Black with #DF6D1E

Text Example


Text Example

White with #DF6D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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