Html Css Color HEX #D7B358 Equator

📋 copy color: '#D7B358'

red 215 ◦ green 179 ◦ blue 88

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

Shades of Equator #D7B358

Tints of Equator #D7B358

RGB

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

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

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

R = 44.61%
G = 37.14%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D7B358 (or 0xD7B358) is known color: Equator. HEX triplet: D7, B3 and 58. RGB value is (215,179,88). Sum of RGB (Red+Green+Blue) = 215+179+88=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B358 is #284CA7. Grayscale: #B3B3B3. Windows color (decimal): -2641064 or 5813207. OLE color: 5813207.

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

Color convert

RGB 215 179 88 -
CMYK 0 0.17 0.59 0.16
HSL 42.99º 0.61% 0.59% -
HSV(B) 42.99º 0.59% 0.84% -
XYZ 45.91 47.39 15.96 -
YUV 179.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 215 179 88 0 0.17 0.59 0.16 42.99 0.61 0.59
Hex D7 B3 58 0 11 3B 10 2B 3D 3B
Octal 327 263 130 0 21 73 20 53 75 73
Binary 11010111 10110011 1011000 0 10001 111011 10000 101011 111101 111011

Color Harmonies of #D7B358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B358

Black with #D7B358

Text Example


Text Example

White with #D7B358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B358; }

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

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

background-color css

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

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

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

border-color css

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

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

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