Html Css Color HEX #DF7320 Tahiti Gold

📋 copy color: '#DF7320'

red 223 ◦ green 115 ◦ blue 32

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

Shades of Tahiti Gold #DF7320

Tints of Tahiti Gold #DF7320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.08%

 BLUE value IS 32 (12.89% from 255) = 8.65%

R = 60.27%
G = 31.08%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF7320 (or 0xDF7320) is known color: Tahiti Gold. HEX triplet: DF, 73 and 20. RGB value is (223,115,32). Sum of RGB (Red+Green+Blue) = 223+115+32=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7320 is #208CDF. Grayscale: #8A8A8A. Windows color (decimal): -2133216 or 2126815. OLE color: 2126815.

HSL color Cylindrical-coordinate representation of color #DF7320: hue angle of 26.07º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF7320 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 115 32 -
CMYK 0 0.48 0.86 0.13
HSL 26.07º 0.75% 0.5% -
HSV(B) 26.07º 0.86% 0.87% -
XYZ 36.82 28.05 4.84 -
YUV 137.83 68.28 188.75 -
System Red Green Blue C M Y K H S L
Decimal 223 115 32 0 0.48 0.86 0.13 26.07 0.75 0.5
Hex DF 73 20 0 30 56 D 1A 4B 32
Octal 337 163 40 0 60 126 15 32 113 62
Binary 11011111 1110011 100000 0 110000 1010110 1101 11010 1001011 110010

Color Harmonies of #DF7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7320

Black with #DF7320

Text Example


Text Example

White with #DF7320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7320; }

 p { color: rgb(223,115,32); }

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

background-color css

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

 a { background-color: rgb(223,115,32); }

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

border-color css

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

 span { border-color: rgb(223,115,32); }

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