Html Css Color HEX #DA712D Tahiti Gold

📋 copy color: '#DA712D'

red 218 ◦ green 113 ◦ blue 45

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

Shades of Tahiti Gold #DA712D

Tints of Tahiti Gold #DA712D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.97%

R = 57.98%
G = 30.05%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA712D (or 0xDA712D) is known color: Tahiti Gold. HEX triplet: DA, 71 and 2D. RGB value is (218,113,45). Sum of RGB (Red+Green+Blue) = 218+113+45=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA712D is #258ED2. Grayscale: #898989. Windows color (decimal): -2461395 or 2978266. OLE color: 2978266.

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

Color convert

RGB 218 113 45 -
CMYK 0 0.48 0.79 0.15
HSL 23.58º 0.7% 0.52% -
HSV(B) 23.58º 0.79% 0.85% -
XYZ 35.29 26.91 5.82 -
YUV 136.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 218 113 45 0 0.48 0.79 0.15 23.58 0.7 0.52
Hex DA 71 2D 0 30 4F F 18 46 34
Octal 332 161 55 0 60 117 17 30 106 64
Binary 11011010 1110001 101101 0 110000 1001111 1111 11000 1000110 110100

Color Harmonies of #DA712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA712D

Black with #DA712D

Text Example


Text Example

White with #DA712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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