Html Css Color HEX #DF702F Tahiti Gold

📋 copy color: '#DF702F'

red 223 ◦ green 112 ◦ blue 47

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

Shades of Tahiti Gold #DF702F

Tints of Tahiti Gold #DF702F

RGB

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

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

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

R = 58.38%
G = 29.32%
B = 12.3%

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

#DF702F (or 0xDF702F) is known color: Tahiti Gold. HEX triplet: DF, 70 and 2F. RGB value is (223,112,47). Sum of RGB (Red+Green+Blue) = 223+112+47=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF702F is #208FD0. Grayscale: #8A8A8A. Windows color (decimal): -2133969 or 3109087. OLE color: 3109087.

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

Color convert

RGB 223 112 47 -
CMYK 0 0.50 0.79 0.13
HSL 22.16º 0.73% 0.53% -
HSV(B) 22.16º 0.79% 0.87% -
XYZ 36.74 27.48 6.06 -
YUV 137.78 76.77 188.79 -
System Red Green Blue C M Y K H S L
Decimal 223 112 47 0 0.50 0.79 0.13 22.16 0.73 0.53
Hex DF 70 2F 0 32 4F D 16 49 35
Octal 337 160 57 0 62 117 15 26 111 65
Binary 11011111 1110000 101111 0 110010 1001111 1101 10110 1001001 110101

Color Harmonies of #DF702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF702F

Black with #DF702F

Text Example


Text Example

White with #DF702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF702F; }

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

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

background-color css

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

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

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

border-color css

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

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

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