Html Css Color HEX #D6B460 Equator

📋 copy color: '#D6B460'

red 214 ◦ green 180 ◦ blue 96

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

Shades of Equator #D6B460

Tints of Equator #D6B460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.73%

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

R = 43.67%
G = 36.73%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D6B460 (or 0xD6B460) is known color: Equator. HEX triplet: D6, B4 and 60. RGB value is (214,180,96). Sum of RGB (Red+Green+Blue) = 214+180+96=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B460 is #294B9F. Grayscale: #B4B4B4. Windows color (decimal): -2706336 or 6337750. OLE color: 6337750.

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

Color convert

RGB 214 180 96 -
CMYK 0 0.16 0.55 0.16
HSL 42.71º 0.59% 0.61% -
HSV(B) 42.71º 0.55% 0.84% -
XYZ 46.16 47.78 17.86 -
YUV 180.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 214 180 96 0 0.16 0.55 0.16 42.71 0.59 0.61
Hex D6 B4 60 0 10 37 10 2B 3B 3D
Octal 326 264 140 0 20 67 20 53 73 75
Binary 11010110 10110100 1100000 0 10000 110111 10000 101011 111011 111101

Color Harmonies of #D6B460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B460

Black with #D6B460

Text Example


Text Example

White with #D6B460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B460; }

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

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

background-color css

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

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

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

border-color css

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

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

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