Html Css Color HEX #DF7031 Tahiti Gold

📋 copy color: '#DF7031'

red 223 ◦ green 112 ◦ blue 49

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

Shades of Tahiti Gold #DF7031

Tints of Tahiti Gold #DF7031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

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

R = 58.07%
G = 29.17%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF7031 (or 0xDF7031) is known color: Tahiti Gold. HEX triplet: DF, 70 and 31. RGB value is (223,112,49). Sum of RGB (Red+Green+Blue) = 223+112+49=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7031 is #208FCE. Grayscale: #8A8A8A. Windows color (decimal): -2133967 or 3240159. OLE color: 3240159.

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

Color convert

RGB 223 112 49 -
CMYK 0 0.50 0.78 0.13
HSL 21.72º 0.73% 0.53% -
HSV(B) 21.72º 0.78% 0.87% -
XYZ 36.78 27.5 6.27 -
YUV 138.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 223 112 49 0 0.50 0.78 0.13 21.72 0.73 0.53
Hex DF 70 31 0 32 4E D 16 49 35
Octal 337 160 61 0 62 116 15 26 111 65
Binary 11011111 1110000 110001 0 110010 1001110 1101 10110 1001001 110101

Color Harmonies of #DF7031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7031

Black with #DF7031

Text Example


Text Example

White with #DF7031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7031; }

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

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

background-color css

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

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

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

border-color css

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

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

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