Html Css Color HEX #D7B458 Equator

📋 copy color: '#D7B458'

red 215 ◦ green 180 ◦ blue 88

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

Shades of Equator #D7B458

Tints of Equator #D7B458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.22%

R = 44.51%
G = 37.27%
B = 18.22%

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

#D7B458 (or 0xD7B458) is known color: Equator. HEX triplet: D7, B4 and 58. RGB value is (215,180,88). Sum of RGB (Red+Green+Blue) = 215+180+88=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B458 is #284BA7. Grayscale: #B4B4B4. Windows color (decimal): -2640808 or 5813463. OLE color: 5813463.

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

Color convert

RGB 215 180 88 -
CMYK 0 0.16 0.59 0.16
HSL 43.46º 0.61% 0.59% -
HSV(B) 43.46º 0.59% 0.84% -
XYZ 46.11 47.79 16.03 -
YUV 179.98 76.1 152.98 -
System Red Green Blue C M Y K H S L
Decimal 215 180 88 0 0.16 0.59 0.16 43.46 0.61 0.59
Hex D7 B4 58 0 10 3B 10 2B 3D 3B
Octal 327 264 130 0 20 73 20 53 75 73
Binary 11010111 10110100 1011000 0 10000 111011 10000 101011 111101 111011

Color Harmonies of #D7B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B458

Black with #D7B458

Text Example


Text Example

White with #D7B458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B458; }

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

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

background-color css

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

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

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

border-color css

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

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

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