Html Css Color HEX #D57124 Tahiti Gold

📋 copy color: '#D57124'

red 213 ◦ green 113 ◦ blue 36

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

Shades of Tahiti Gold #D57124

Tints of Tahiti Gold #D57124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.94%

R = 58.84%
G = 31.22%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D57124 (or 0xD57124) is known color: Tahiti Gold. HEX triplet: D5, 71 and 24. RGB value is (213,113,36). Sum of RGB (Red+Green+Blue) = 213+113+36=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D57124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57124 is #2A8EDB. Grayscale: #868686. Windows color (decimal): -2789084 or 2388437. OLE color: 2388437.

HSL color Cylindrical-coordinate representation of color #D57124: hue angle of 26.1º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D57124 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 113 36 -
CMYK 0 0.47 0.83 0.16
HSL 26.1º 0.71% 0.49% -
HSV(B) 26.1º 0.83% 0.84% -
XYZ 33.66 26.08 4.93 -
YUV 134.12 72.63 184.26 -
System Red Green Blue C M Y K H S L
Decimal 213 113 36 0 0.47 0.83 0.16 26.1 0.71 0.49
Hex D5 71 24 0 2F 53 10 1A 47 31
Octal 325 161 44 0 57 123 20 32 107 61
Binary 11010101 1110001 100100 0 101111 1010011 10000 11010 1000111 110001

Color Harmonies of #D57124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57124

Black with #D57124

Text Example


Text Example

White with #D57124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57124; }

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

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

background-color css

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

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

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

border-color css

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

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

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