Html Css Color HEX #DF741C Tahiti Gold

📋 copy color: '#DF741C'

red 223 ◦ green 116 ◦ blue 28

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

Shades of Tahiti Gold #DF741C

Tints of Tahiti Gold #DF741C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.63%

R = 60.76%
G = 31.61%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF741C (or 0xDF741C) is known color: Tahiti Gold. HEX triplet: DF, 74 and 1C. RGB value is (223,116,28). Sum of RGB (Red+Green+Blue) = 223+116+28=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF741C is #208BE3. Grayscale: #8A8A8A. Windows color (decimal): -2132964 or 1864927. OLE color: 1864927.

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

Color convert

RGB 223 116 28 -
CMYK 0 0.48 0.87 0.13
HSL 27.08º 0.78% 0.49% -
HSV(B) 27.08º 0.87% 0.87% -
XYZ 36.89 28.26 4.61 -
YUV 137.96 65.95 188.66 -
System Red Green Blue C M Y K H S L
Decimal 223 116 28 0 0.48 0.87 0.13 27.08 0.78 0.49
Hex DF 74 1C 0 30 57 D 1B 4E 31
Octal 337 164 34 0 60 127 15 33 116 61
Binary 11011111 1110100 11100 0 110000 1010111 1101 11011 1001110 110001

Color Harmonies of #DF741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF741C

Black with #DF741C

Text Example


Text Example

White with #DF741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF741C; }

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

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

background-color css

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

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

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

border-color css

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

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

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