Html Css Color HEX #D5712A Tahiti Gold

📋 copy color: '#D5712A'

red 213 ◦ green 113 ◦ blue 42

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

Shades of Tahiti Gold #D5712A

Tints of Tahiti Gold #D5712A

RGB

 RED value IS 213 (83.59% from 255) = 57.88%

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

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 57.88%
G = 30.71%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5712A (or 0xD5712A) is known color: Tahiti Gold. HEX triplet: D5, 71 and 2A. RGB value is (213,113,42). Sum of RGB (Red+Green+Blue) = 213+113+42=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D5712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5712A is #2A8ED5. Grayscale: #878787. Windows color (decimal): -2789078 or 2781653. OLE color: 2781653.

HSL color Cylindrical-coordinate representation of color #D5712A: hue angle of 24.91º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5712A is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 113 42 -
CMYK 0 0.47 0.80 0.16
HSL 24.91º 0.67% 0.5% -
HSV(B) 24.91º 0.8% 0.84% -
XYZ 33.76 26.12 5.45 -
YUV 134.81 75.63 183.77 -
System Red Green Blue C M Y K H S L
Decimal 213 113 42 0 0.47 0.80 0.16 24.91 0.67 0.5
Hex D5 71 2A 0 2F 50 10 19 43 32
Octal 325 161 52 0 57 120 20 31 103 62
Binary 11010101 1110001 101010 0 101111 1010000 10000 11001 1000011 110010

Color Harmonies of #D5712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5712A

Black with #D5712A

Text Example


Text Example

White with #D5712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5712A; }

 p { color: rgb(213,113,42); }

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

background-color css

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

 a { background-color: rgb(213,113,42); }

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

border-color css

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

 span { border-color: rgb(213,113,42); }

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