Html Css Color HEX #DF7131 Tahiti Gold

📋 copy color: '#DF7131'

red 223 ◦ green 113 ◦ blue 49

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

Shades of Tahiti Gold #DF7131

Tints of Tahiti Gold #DF7131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

 BLUE value IS 49 (19.53% from 255) = 12.73%

R = 57.92%
G = 29.35%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF7131 (or 0xDF7131) is known color: Tahiti Gold. HEX triplet: DF, 71 and 31. RGB value is (223,113,49). Sum of RGB (Red+Green+Blue) = 223+113+49=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7131 is #208ECE. Grayscale: #8A8A8A. Windows color (decimal): -2133711 or 3240415. OLE color: 3240415.

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

Color convert

RGB 223 113 49 -
CMYK 0 0.49 0.78 0.13
HSL 22.07º 0.73% 0.53% -
HSV(B) 22.07º 0.78% 0.87% -
XYZ 36.89 27.72 6.31 -
YUV 138.59 77.44 188.2 -
System Red Green Blue C M Y K H S L
Decimal 223 113 49 0 0.49 0.78 0.13 22.07 0.73 0.53
Hex DF 71 31 0 31 4E D 16 49 35
Octal 337 161 61 0 61 116 15 26 111 65
Binary 11011111 1110001 110001 0 110001 1001110 1101 10110 1001001 110101

Color Harmonies of #DF7131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7131

Black with #DF7131

Text Example


Text Example

White with #DF7131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7131; }

 p { color: rgb(223,113,49); }

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

background-color css

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

 a { background-color: rgb(223,113,49); }

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

border-color css

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

 span { border-color: rgb(223,113,49); }

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