#D8B25C

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

Shades of Equator #D8B25C

Tints of Equator #D8B25C

Color information

#D8B25C (or 0xD8B25C) is unknown color: approx Equator. HEX triplet: D8, B2 and 5C. RGB value is (216,178,92). Sum of RGB (Red+Green+Blue) = 216+178+92=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B25C is #274DA3. Grayscale: #B3B3B3. Windows color (decimal): -2575780 or 6075096. OLE color: 6075096.

HSL color Cylindrical-coordinate representation of color #D8B25C: hue angle of 41.61º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8B25C is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21617892-
CMYK00.180.570.15
HSL41.61º61.39%60.39%-
HSV(B)41.61º57.41%84.71%-
XYZ46.1747.2116.8-
YUV179.5678.59153.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.44%
GREEN value IS 178 (69.92% from 255) = 36.63%
BLUE value IS 92 (36.33% from 255) = 18.93%
R=44.44%
G=36.63%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161789200.180.570.1541.6161.3960.39
HexD8B25C01239F2a3d3c
Octal3302621340227117527574
Binary110110001011001010111000100101110011111101010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B25C; }

 p { color: rgb(216,178,92); }

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

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

 a { background-color: rgb(216,178,92); }

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

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

 span { border-color: rgb(216,178,92); }

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