Html Css Color HEX #DF6F1D Tahiti Gold

📋 copy color: '#DF6F1D'

red 223 ◦ green 111 ◦ blue 29

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

Shades of Tahiti Gold #DF6F1D

Tints of Tahiti Gold #DF6F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.99%

R = 61.43%
G = 30.58%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF6F1D (or 0xDF6F1D) is known color: Tahiti Gold. HEX triplet: DF, 6F and 1D. RGB value is (223,111,29). Sum of RGB (Red+Green+Blue) = 223+111+29=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6F1D is #2090E2. Grayscale: #878787. Windows color (decimal): -2134243 or 1929183. OLE color: 1929183.

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

Color convert

RGB 223 111 29 -
CMYK 0 0.50 0.87 0.13
HSL 25.36º 0.77% 0.49% -
HSV(B) 25.36º 0.87% 0.87% -
XYZ 36.34 27.15 4.49 -
YUV 135.14 68.11 190.67 -
System Red Green Blue C M Y K H S L
Decimal 223 111 29 0 0.50 0.87 0.13 25.36 0.77 0.49
Hex DF 6F 1D 0 32 57 D 19 4D 31
Octal 337 157 35 0 62 127 15 31 115 61
Binary 11011111 1101111 11101 0 110010 1010111 1101 11001 1001101 110001

Color Harmonies of #DF6F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6F1D

Black with #DF6F1D

Text Example


Text Example

White with #DF6F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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