Html Css Color HEX #D7B457 Equator

📋 copy color: '#D7B457'

red 215 ◦ green 180 ◦ blue 87

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

Shades of Equator #D7B457

Tints of Equator #D7B457

RGB

 RED value IS 215 (84.38% from 255) = 44.61%

 GREEN value IS 180 (70.7% from 255) = 37.34%

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

R = 44.61%
G = 37.34%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D7B457 (or 0xD7B457) is known color: Equator. HEX triplet: D7, B4 and 57. RGB value is (215,180,87). Sum of RGB (Red+Green+Blue) = 215+180+87=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B457 is #284BA8. Grayscale: #B4B4B4. Windows color (decimal): -2640809 or 5747927. OLE color: 5747927.

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

Color convert

RGB 215 180 87 -
CMYK 0 0.16 0.60 0.16
HSL 43.59º 0.62% 0.59% -
HSV(B) 43.59º 0.6% 0.84% -
XYZ 46.07 47.78 15.81 -
YUV 179.86 75.6 153.06 -
System Red Green Blue C M Y K H S L
Decimal 215 180 87 0 0.16 0.60 0.16 43.59 0.62 0.59
Hex D7 B4 57 0 10 3C 10 2C 3E 3B
Octal 327 264 127 0 20 74 20 54 76 73
Binary 11010111 10110100 1010111 0 10000 111100 10000 101100 111110 111011

Color Harmonies of #D7B457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B457

Black with #D7B457

Text Example


Text Example

White with #D7B457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B457; }

 p { color: rgb(215,180,87); }

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

background-color css

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

 a { background-color: rgb(215,180,87); }

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

border-color css

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

 span { border-color: rgb(215,180,87); }

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