Html Css Color HEX #D6B560 Equator

📋 copy color: '#D6B560'

red 214 ◦ green 181 ◦ blue 96

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

Shades of Equator #D6B560

Tints of Equator #D6B560

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.86%

 BLUE value IS 96 (37.89% from 255) = 19.55%

R = 43.58%
G = 36.86%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D6B560 (or 0xD6B560) is known color: Equator. HEX triplet: D6, B5 and 60. RGB value is (214,181,96). Sum of RGB (Red+Green+Blue) = 214+181+96=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B560 is #294A9F. Grayscale: #B5B5B5. Windows color (decimal): -2706080 or 6338006. OLE color: 6338006.

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

Color convert

RGB 214 181 96 -
CMYK 0 0.15 0.55 0.16
HSL 43.22º 0.59% 0.61% -
HSV(B) 43.22º 0.55% 0.84% -
XYZ 46.37 48.19 17.92 -
YUV 181.18 79.93 151.41 -
System Red Green Blue C M Y K H S L
Decimal 214 181 96 0 0.15 0.55 0.16 43.22 0.59 0.61
Hex D6 B5 60 0 F 37 10 2B 3B 3D
Octal 326 265 140 0 17 67 20 53 73 75
Binary 11010110 10110101 1100000 0 1111 110111 10000 101011 111011 111101

Color Harmonies of #D6B560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B560

Black with #D6B560

Text Example


Text Example

White with #D6B560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B560; }

 p { color: rgb(214,181,96); }

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

background-color css

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

 a { background-color: rgb(214,181,96); }

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

border-color css

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

 span { border-color: rgb(214,181,96); }

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