#D5B35F

Color #D5B35F Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #D5B35F

Tints of Equator #D5B35F

Color information

#D5B35F (or 0xD5B35F) is unknown color: approx Equator. HEX triplet: D5, B3 and 5F. RGB value is (213,179,95). Sum of RGB (Red+Green+Blue) = 213+179+95=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B35F is #2A4CA0. Grayscale: #B3B3B3. Windows color (decimal): -2772129 or 6271957. OLE color: 6271957.

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

Color convert

RGB21317995-
CMYK00.160.550.16
HSL42.71º58.42%60.39%-
HSV(B)42.71º55.4%83.53%-
XYZ45.6347.2117.53-
YUV179.5980.26151.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 95 (37.5% from 255) = 19.51%
R=43.74%
G=36.76%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131799500.160.550.1642.7158.4260.39
HexD5B35F01037102b3a3c
Octal3252631370206720537274
Binary1101010110110011101111101000011011110000101011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B35F; }

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

 H1.HeaderClassName
 {
   color: #D5B35F;
 }
 .AnyTagClassName
 {
   color: #D5B35F;
 }
</style>
background-color css

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

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

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

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

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

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