Html Css Color HEX #D5B257 Equator

📋 copy color: '#D5B257'

red 213 ◦ green 178 ◦ blue 87

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

Shades of Equator #D5B257

Tints of Equator #D5B257

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.24%

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

R = 44.56%
G = 37.24%
B = 18.2%

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

#D5B257 (or 0xD5B257) is known color: Equator. HEX triplet: D5, B2 and 57. RGB value is (213,178,87). Sum of RGB (Red+Green+Blue) = 213+178+87=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 87 (34.38% from 255 or 18.20% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B257 is #2A4DA8. Grayscale: #B2B2B2. Windows color (decimal): -2772393 or 5747413. OLE color: 5747413.

HSL color Cylindrical-coordinate representation of color #D5B257: hue angle of 43.33º 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 #D5B257 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 178 87 -
CMYK 0 0.16 0.59 0.16
HSL 43.33º 0.6% 0.59% -
HSV(B) 43.33º 0.59% 0.84% -
XYZ 45.08 46.68 15.65 -
YUV 178.09 76.6 152.9 -
System Red Green Blue C M Y K H S L
Decimal 213 178 87 0 0.16 0.59 0.16 43.33 0.6 0.59
Hex D5 B2 57 0 10 3B 10 2B 3C 3B
Octal 325 262 127 0 20 73 20 53 74 73
Binary 11010101 10110010 1010111 0 10000 111011 10000 101011 111100 111011

Color Harmonies of #D5B257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B257

Black with #D5B257

Text Example


Text Example

White with #D5B257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B257; }

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

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

background-color css

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

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

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

border-color css

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

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

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