Html Css Color HEX #DA712C Tahiti Gold

📋 copy color: '#DA712C'

red 218 ◦ green 113 ◦ blue 44

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

Shades of Tahiti Gold #DA712C

Tints of Tahiti Gold #DA712C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 44 (17.58% from 255) = 11.73%

R = 58.13%
G = 30.13%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA712C (or 0xDA712C) is known color: Tahiti Gold. HEX triplet: DA, 71 and 2C. RGB value is (218,113,44). Sum of RGB (Red+Green+Blue) = 218+113+44=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA712C is #258ED3. Grayscale: #888888. Windows color (decimal): -2461396 or 2912730. OLE color: 2912730.

HSL color Cylindrical-coordinate representation of color #DA712C: hue angle of 23.79º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA712C is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 113 44 -
CMYK 0 0.48 0.80 0.15
HSL 23.79º 0.7% 0.51% -
HSV(B) 23.79º 0.8% 0.85% -
XYZ 35.27 26.9 5.72 -
YUV 136.53 75.79 186.11 -
System Red Green Blue C M Y K H S L
Decimal 218 113 44 0 0.48 0.80 0.15 23.79 0.7 0.51
Hex DA 71 2C 0 30 50 F 18 46 33
Octal 332 161 54 0 60 120 17 30 106 63
Binary 11011010 1110001 101100 0 110000 1010000 1111 11000 1000110 110011

Color Harmonies of #DA712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA712C

Black with #DA712C

Text Example


Text Example

White with #DA712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA712C; }

 p { color: rgb(218,113,44); }

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

background-color css

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

 a { background-color: rgb(218,113,44); }

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

border-color css

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

 span { border-color: rgb(218,113,44); }

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