Html Css Color HEX #DF702E Tahiti Gold

📋 copy color: '#DF702E'

red 223 ◦ green 112 ◦ blue 46

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

Shades of Tahiti Gold #DF702E

Tints of Tahiti Gold #DF702E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.07%

R = 58.53%
G = 29.4%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF702E (or 0xDF702E) is known color: Tahiti Gold. HEX triplet: DF, 70 and 2E. RGB value is (223,112,46). Sum of RGB (Red+Green+Blue) = 223+112+46=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF702E is #208FD1. Grayscale: #8A8A8A. Windows color (decimal): -2133970 or 3043551. OLE color: 3043551.

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

Color convert

RGB 223 112 46 -
CMYK 0 0.50 0.79 0.13
HSL 22.37º 0.73% 0.53% -
HSV(B) 22.37º 0.79% 0.87% -
XYZ 36.72 27.47 5.95 -
YUV 137.67 76.27 188.87 -
System Red Green Blue C M Y K H S L
Decimal 223 112 46 0 0.50 0.79 0.13 22.37 0.73 0.53
Hex DF 70 2E 0 32 4F D 16 49 35
Octal 337 160 56 0 62 117 15 26 111 65
Binary 11011111 1110000 101110 0 110010 1001111 1101 10110 1001001 110101

Color Harmonies of #DF702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF702E

Black with #DF702E

Text Example


Text Example

White with #DF702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF702E; }

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

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

background-color css

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

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

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

border-color css

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

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

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