Html Css Color HEX #DF701D Tahiti Gold

📋 copy color: '#DF701D'

red 223 ◦ green 112 ◦ blue 29

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

Shades of Tahiti Gold #DF701D

Tints of Tahiti Gold #DF701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.97%

R = 61.26%
G = 30.77%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF701D (or 0xDF701D) is known color: Tahiti Gold. HEX triplet: DF, 70 and 1D. RGB value is (223,112,29). Sum of RGB (Red+Green+Blue) = 223+112+29=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF701D is #208FE2. Grayscale: #888888. Windows color (decimal): -2133987 or 1929439. OLE color: 1929439.

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

Color convert

RGB 223 112 29 -
CMYK 0 0.50 0.87 0.13
HSL 25.67º 0.77% 0.49% -
HSV(B) 25.67º 0.87% 0.87% -
XYZ 36.45 27.37 4.52 -
YUV 135.73 67.77 190.25 -
System Red Green Blue C M Y K H S L
Decimal 223 112 29 0 0.50 0.87 0.13 25.67 0.77 0.49
Hex DF 70 1D 0 32 57 D 1A 4D 31
Octal 337 160 35 0 62 127 15 32 115 61
Binary 11011111 1110000 11101 0 110010 1010111 1101 11010 1001101 110001

Color Harmonies of #DF701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF701D

Black with #DF701D

Text Example


Text Example

White with #DF701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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