Html Css Color HEX #DA721F Tahiti Gold

📋 copy color: '#DA721F'

red 218 ◦ green 114 ◦ blue 31

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

Shades of Tahiti Gold #DA721F

Tints of Tahiti Gold #DA721F

RGB

 RED value IS 218 (85.55% from 255) = 60.06%

 GREEN value IS 114 (44.92% from 255) = 31.4%

 BLUE value IS 31 (12.5% from 255) = 8.54%

R = 60.06%
G = 31.4%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA721F (or 0xDA721F) is known color: Tahiti Gold. HEX triplet: DA, 72 and 1F. RGB value is (218,114,31). Sum of RGB (Red+Green+Blue) = 218+114+31=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA721F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA721F is #258DE0. Grayscale: #888888. Windows color (decimal): -2461153 or 2061018. OLE color: 2061018.

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

Color convert

RGB 218 114 31 -
CMYK 0 0.48 0.86 0.15
HSL 26.63º 0.75% 0.49% -
HSV(B) 26.63º 0.86% 0.85% -
XYZ 35.18 27.04 4.66 -
YUV 135.63 68.96 186.75 -
System Red Green Blue C M Y K H S L
Decimal 218 114 31 0 0.48 0.86 0.15 26.63 0.75 0.49
Hex DA 72 1F 0 30 56 F 1B 4B 31
Octal 332 162 37 0 60 126 17 33 113 61
Binary 11011010 1110010 11111 0 110000 1010110 1111 11011 1001011 110001

Color Harmonies of #DA721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA721F

Black with #DA721F

Text Example


Text Example

White with #DA721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA721F; }

 p { color: rgb(218,114,31); }

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

background-color css

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

 a { background-color: rgb(218,114,31); }

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

border-color css

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

 span { border-color: rgb(218,114,31); }

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