Html Css Color HEX #DF741F Tahiti Gold

📋 copy color: '#DF741F'

red 223 ◦ green 116 ◦ blue 31

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

Shades of Tahiti Gold #DF741F

Tints of Tahiti Gold #DF741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

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

R = 60.27%
G = 31.35%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF741F (or 0xDF741F) is known color: Tahiti Gold. HEX triplet: DF, 74 and 1F. RGB value is (223,116,31). Sum of RGB (Red+Green+Blue) = 223+116+31=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF741F is #208BE0. Grayscale: #8A8A8A. Windows color (decimal): -2132961 or 2061535. OLE color: 2061535.

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

Color convert

RGB 223 116 31 -
CMYK 0 0.48 0.86 0.13
HSL 26.56º 0.76% 0.5% -
HSV(B) 26.56º 0.86% 0.87% -
XYZ 36.92 28.28 4.81 -
YUV 138.3 67.45 188.41 -
System Red Green Blue C M Y K H S L
Decimal 223 116 31 0 0.48 0.86 0.13 26.56 0.76 0.5
Hex DF 74 1F 0 30 56 D 1B 4C 32
Octal 337 164 37 0 60 126 15 33 114 62
Binary 11011111 1110100 11111 0 110000 1010110 1101 11011 1001100 110010

Color Harmonies of #DF741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF741F

Black with #DF741F

Text Example


Text Example

White with #DF741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF741F; }

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

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

background-color css

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

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

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

border-color css

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

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

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