Html Css Color HEX #D57325 Tahiti Gold

📋 copy color: '#D57325'

red 213 ◦ green 115 ◦ blue 37

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

Shades of Tahiti Gold #D57325

Tints of Tahiti Gold #D57325

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.51%

 BLUE value IS 37 (14.84% from 255) = 10.14%

R = 58.36%
G = 31.51%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D57325 (or 0xD57325) is known color: Tahiti Gold. HEX triplet: D5, 73 and 25. RGB value is (213,115,37). Sum of RGB (Red+Green+Blue) = 213+115+37=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D57325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57325 is #2A8CDA. Grayscale: #878787. Windows color (decimal): -2788571 or 2454485. OLE color: 2454485.

HSL color Cylindrical-coordinate representation of color #D57325: hue angle of 26.59º degrees, saturation: 0.7, 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 #D57325 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 37 -
CMYK 0 0.46 0.83 0.16
HSL 26.59º 0.7% 0.49% -
HSV(B) 26.59º 0.83% 0.84% -
XYZ 33.91 26.54 5.09 -
YUV 135.41 72.47 183.34 -
System Red Green Blue C M Y K H S L
Decimal 213 115 37 0 0.46 0.83 0.16 26.59 0.7 0.49
Hex D5 73 25 0 2E 53 10 1B 46 31
Octal 325 163 45 0 56 123 20 33 106 61
Binary 11010101 1110011 100101 0 101110 1010011 10000 11011 1000110 110001

Color Harmonies of #D57325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57325

Black with #D57325

Text Example


Text Example

White with #D57325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57325; }

 p { color: rgb(213,115,37); }

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

background-color css

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

 a { background-color: rgb(213,115,37); }

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

border-color css

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

 span { border-color: rgb(213,115,37); }

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