Html Css Color HEX #D5B357 Equator

📋 copy color: '#D5B357'

red 213 ◦ green 179 ◦ blue 87

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

Shades of Equator #D5B357

Tints of Equator #D5B357

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.37%

 BLUE value IS 87 (34.38% from 255) = 18.16%

R = 44.47%
G = 37.37%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5B357 (or 0xD5B357) is known color: Equator. HEX triplet: D5, B3 and 57. RGB value is (213,179,87). Sum of RGB (Red+Green+Blue) = 213+179+87=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B357 is #2A4CA8. Grayscale: #B3B3B3. Windows color (decimal): -2772137 or 5747669. OLE color: 5747669.

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

Color convert

RGB 213 179 87 -
CMYK 0 0.16 0.59 0.16
HSL 43.81º 0.6% 0.59% -
HSV(B) 43.81º 0.59% 0.84% -
XYZ 45.28 47.07 15.72 -
YUV 178.68 76.26 152.48 -
System Red Green Blue C M Y K H S L
Decimal 213 179 87 0 0.16 0.59 0.16 43.81 0.6 0.59
Hex D5 B3 57 0 10 3B 10 2C 3C 3B
Octal 325 263 127 0 20 73 20 54 74 73
Binary 11010101 10110011 1010111 0 10000 111011 10000 101100 111100 111011

Color Harmonies of #D5B357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B357

Black with #D5B357

Text Example


Text Example

White with #D5B357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B357; }

 p { color: rgb(213,179,87); }

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

background-color css

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

 a { background-color: rgb(213,179,87); }

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

border-color css

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

 span { border-color: rgb(213,179,87); }

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