Html Css Color HEX #D6B562 Equator

📋 copy color: '#D6B562'

red 214 ◦ green 181 ◦ blue 98

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

Shades of Equator #D6B562

Tints of Equator #D6B562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.88%

R = 43.41%
G = 36.71%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6B562 (or 0xD6B562) is known color: Equator. HEX triplet: D6, B5 and 62. RGB value is (214,181,98). Sum of RGB (Red+Green+Blue) = 214+181+98=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B562 is #294A9D. Grayscale: #B5B5B5. Windows color (decimal): -2706078 or 6469078. OLE color: 6469078.

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

Color convert

RGB 214 181 98 -
CMYK 0 0.15 0.54 0.16
HSL 42.93º 0.59% 0.61% -
HSV(B) 42.93º 0.54% 0.84% -
XYZ 46.46 48.23 18.42 -
YUV 181.41 80.93 151.25 -
System Red Green Blue C M Y K H S L
Decimal 214 181 98 0 0.15 0.54 0.16 42.93 0.59 0.61
Hex D6 B5 62 0 F 36 10 2B 3B 3D
Octal 326 265 142 0 17 66 20 53 73 75
Binary 11010110 10110101 1100010 0 1111 110110 10000 101011 111011 111101

Color Harmonies of #D6B562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B562

Black with #D6B562

Text Example


Text Example

White with #D6B562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B562; }

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

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

background-color css

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

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

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

border-color css

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

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

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