Html Css Color HEX #D6B158 Equator

📋 copy color: '#D6B158'

red 214 ◦ green 177 ◦ blue 88

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

Shades of Equator #D6B158

Tints of Equator #D6B158

RGB

 RED value IS 214 (83.98% from 255) = 44.68%

 GREEN value IS 177 (69.53% from 255) = 36.95%

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

R = 44.68%
G = 36.95%
B = 18.37%

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

#D6B158 (or 0xD6B158) is known color: Equator. HEX triplet: D6, B1 and 58. RGB value is (214,177,88). Sum of RGB (Red+Green+Blue) = 214+177+88=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 88 (34.77% from 255 or 18.37% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B158 is #294EA7. Grayscale: #B2B2B2. Windows color (decimal): -2707112 or 5812694. OLE color: 5812694.

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

Color convert

RGB 214 177 88 -
CMYK 0 0.17 0.59 0.16
HSL 42.38º 0.61% 0.59% -
HSV(B) 42.38º 0.59% 0.84% -
XYZ 45.22 46.45 15.81 -
YUV 177.92 77.26 153.74 -
System Red Green Blue C M Y K H S L
Decimal 214 177 88 0 0.17 0.59 0.16 42.38 0.61 0.59
Hex D6 B1 58 0 11 3B 10 2A 3D 3B
Octal 326 261 130 0 21 73 20 52 75 73
Binary 11010110 10110001 1011000 0 10001 111011 10000 101010 111101 111011

Color Harmonies of #D6B158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B158

Black with #D6B158

Text Example


Text Example

White with #D6B158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B158; }

 p { color: rgb(214,177,88); }

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

background-color css

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

 a { background-color: rgb(214,177,88); }

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

border-color css

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

 span { border-color: rgb(214,177,88); }

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