Html Css Color HEX #DF701C Tahiti Gold

📋 copy color: '#DF701C'

red 223 ◦ green 112 ◦ blue 28

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

Shades of Tahiti Gold #DF701C

Tints of Tahiti Gold #DF701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 61.43%
G = 30.85%
B = 7.71%

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

#DF701C (or 0xDF701C) is known color: Tahiti Gold. HEX triplet: DF, 70 and 1C. RGB value is (223,112,28). Sum of RGB (Red+Green+Blue) = 223+112+28=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF701C is #208FE3. Grayscale: #888888. Windows color (decimal): -2133988 or 1863903. OLE color: 1863903.

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

Color convert

RGB 223 112 28 -
CMYK 0 0.50 0.87 0.13
HSL 25.85º 0.78% 0.49% -
HSV(B) 25.85º 0.87% 0.87% -
XYZ 36.44 27.36 4.46 -
YUV 135.61 67.27 190.33 -
System Red Green Blue C M Y K H S L
Decimal 223 112 28 0 0.50 0.87 0.13 25.85 0.78 0.49
Hex DF 70 1C 0 32 57 D 1A 4E 31
Octal 337 160 34 0 62 127 15 32 116 61
Binary 11011111 1110000 11100 0 110010 1010111 1101 11010 1001110 110001

Color Harmonies of #DF701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF701C

Black with #DF701C

Text Example


Text Example

White with #DF701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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