Html Css Color HEX #D57527 Tahiti Gold

📋 copy color: '#D57527'

red 213 ◦ green 117 ◦ blue 39

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

Shades of Tahiti Gold #D57527

Tints of Tahiti Gold #D57527

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.71%

 BLUE value IS 39 (15.63% from 255) = 10.57%

R = 57.72%
G = 31.71%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D57527 (or 0xD57527) is known color: Tahiti Gold. HEX triplet: D5, 75 and 27. RGB value is (213,117,39). Sum of RGB (Red+Green+Blue) = 213+117+39=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D57527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57527 is #2A8AD8. Grayscale: #898989. Windows color (decimal): -2788057 or 2586069. OLE color: 2586069.

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

Color convert

RGB 213 117 39 -
CMYK 0 0.45 0.82 0.16
HSL 26.9º 0.69% 0.49% -
HSV(B) 26.9º 0.82% 0.84% -
XYZ 34.17 27.02 5.33 -
YUV 136.81 72.8 182.34 -
System Red Green Blue C M Y K H S L
Decimal 213 117 39 0 0.45 0.82 0.16 26.9 0.69 0.49
Hex D5 75 27 0 2D 52 10 1B 45 31
Octal 325 165 47 0 55 122 20 33 105 61
Binary 11010101 1110101 100111 0 101101 1010010 10000 11011 1000101 110001

Color Harmonies of #D57527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57527

Black with #D57527

Text Example


Text Example

White with #D57527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57527; }

 p { color: rgb(213,117,39); }

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

background-color css

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

 a { background-color: rgb(213,117,39); }

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

border-color css

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

 span { border-color: rgb(213,117,39); }

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