Html Css Color HEX #D6B365 Equator

📋 copy color: '#D6B365'

red 214 ◦ green 179 ◦ blue 101

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

Shades of Equator #D6B365

Tints of Equator #D6B365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.45%

R = 43.32%
G = 36.23%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6B365 (or 0xD6B365) is known color: Equator. HEX triplet: D6, B3 and 65. RGB value is (214,179,101). Sum of RGB (Red+Green+Blue) = 214+179+101=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B365 is #294C9A. Grayscale: #B4B4B4. Windows color (decimal): -2706587 or 6665174. OLE color: 6665174.

HSL color Cylindrical-coordinate representation of color #D6B365: hue angle of 41.42º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6B365 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 179 101 -
CMYK 0 0.16 0.53 0.16
HSL 41.42º 0.58% 0.62% -
HSV(B) 41.42º 0.53% 0.84% -
XYZ 46.2 47.48 19.04 -
YUV 180.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 214 179 101 0 0.16 0.53 0.16 41.42 0.58 0.62
Hex D6 B3 65 0 10 35 10 29 3A 3E
Octal 326 263 145 0 20 65 20 51 72 76
Binary 11010110 10110011 1100101 0 10000 110101 10000 101001 111010 111110

Color Harmonies of #D6B365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B365

Black with #D6B365

Text Example


Text Example

White with #D6B365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B365; }

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

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

background-color css

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

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

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

border-color css

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

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

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