Html Css Color HEX #DF742F Tahiti Gold

📋 copy color: '#DF742F'

red 223 ◦ green 116 ◦ blue 47

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

Shades of Tahiti Gold #DF742F

Tints of Tahiti Gold #DF742F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.18%

R = 57.77%
G = 30.05%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF742F (or 0xDF742F) is known color: Tahiti Gold. HEX triplet: DF, 74 and 2F. RGB value is (223,116,47). Sum of RGB (Red+Green+Blue) = 223+116+47=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF742F is #208BD0. Grayscale: #8C8C8C. Windows color (decimal): -2132945 or 3110111. OLE color: 3110111.

HSL color Cylindrical-coordinate representation of color #DF742F: hue angle of 23.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF742F is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 116 47 -
CMYK 0 0.48 0.79 0.13
HSL 23.52º 0.73% 0.53% -
HSV(B) 23.52º 0.79% 0.87% -
XYZ 37.19 28.38 6.21 -
YUV 140.13 75.45 187.11 -
System Red Green Blue C M Y K H S L
Decimal 223 116 47 0 0.48 0.79 0.13 23.52 0.73 0.53
Hex DF 74 2F 0 30 4F D 18 49 35
Octal 337 164 57 0 60 117 15 30 111 65
Binary 11011111 1110100 101111 0 110000 1001111 1101 11000 1001001 110101

Color Harmonies of #DF742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF742F

Black with #DF742F

Text Example


Text Example

White with #DF742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF742F; }

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

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

background-color css

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

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

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

border-color css

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

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

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