Html Css Color HEX #D6B357 Equator

📋 copy color: '#D6B357'

red 214 ◦ green 179 ◦ blue 87

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

Shades of Equator #D6B357

Tints of Equator #D6B357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.13%

R = 44.58%
G = 37.29%
B = 18.13%

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

#D6B357 (or 0xD6B357) is known color: Equator. HEX triplet: D6, B3 and 57. RGB value is (214,179,87). Sum of RGB (Red+Green+Blue) = 214+179+87=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 87 (34.38% from 255 or 18.12% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B357 is #294CA8. Grayscale: #B3B3B3. Windows color (decimal): -2706601 or 5747670. OLE color: 5747670.

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

Color convert

RGB 214 179 87 -
CMYK 0 0.16 0.59 0.16
HSL 43.46º 0.61% 0.59% -
HSV(B) 43.46º 0.59% 0.84% -
XYZ 45.57 47.22 15.73 -
YUV 178.98 76.1 152.98 -
System Red Green Blue C M Y K H S L
Decimal 214 179 87 0 0.16 0.59 0.16 43.46 0.61 0.59
Hex D6 B3 57 0 10 3B 10 2B 3D 3B
Octal 326 263 127 0 20 73 20 53 75 73
Binary 11010110 10110011 1010111 0 10000 111011 10000 101011 111101 111011

Color Harmonies of #D6B357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B357

Black with #D6B357

Text Example


Text Example

White with #D6B357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B357; }

 p { color: rgb(214,179,87); }

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

background-color css

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

 a { background-color: rgb(214,179,87); }

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

border-color css

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

 span { border-color: rgb(214,179,87); }

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